From 81f0425755d09f4a3c47c20c86eeefa1ca1fec07 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sun, 25 Jun 2023 18:29:50 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: James Hawkins --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7ce753e1..d38c42c3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Guidelines for movie-web -Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on [movie-web.app](https://movie-web.app)! +Thank you for investing your time in contributing to our project! Any contribution you make will be reflected on [movie-web.app](https://movie-web.app). Please make sure you read our [Code of Conduct](./CODE_OF_CONDUCT.md) to keep our community approachable and respectable. @@ -20,7 +20,7 @@ There are two places where to request features or report bugs: - The movie-web Discord server ### Discord Server -If you do not have a GitHub account, or would like to discuss a feature or bug with us before making an issue, you can join our Discord server! +If you do not have a GitHub account, or would like to discuss a feature or bug with us before making an issue, you can join our Discord server. Discord Server @@ -60,7 +60,7 @@ Our recommended development environment to work on movie-web is: Our project is setup to enforce formatting and code style standards using ESLint. ### Tips -Here are some tips to make sure that your pull requests are :pinched_fingers: first time! +Here are some tips to make sure that your pull requests are :pinched_fingers: first time: - KISS - Keep It Simple Soldier! - Simple code makes readable and efficient code! - Follow standard best practices for TypeScript and React.