diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md new file mode 100644 index 0000000..333ee8e --- /dev/null +++ b/CONTRIBUTION.md @@ -0,0 +1,11 @@ +## Contribution Guidelines + +We welcome contributions to the CodeChef CU Chapter Backend. To contribute, follow these guidelines: + +1. Fork the repository. +2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`. +3. Make your changes and commit them with a clear and concise message. +4. Push your changes to your fork: `git push origin feature-name`. +5. Open a pull request, referencing any relevant issues. + +Ensure your code adheres to the existing coding standards and includes relevant tests. diff --git a/readme.md b/readme.md index 64425d2..40e96aa 100644 --- a/readme.md +++ b/readme.md @@ -34,18 +34,6 @@ To get the backend up and running locally, follow these steps: 3. Set up environment variables 4. Start the server: `npm start` -## Contribution Guidelines - -We welcome contributions to the CodeChef CU Chapter Backend. To contribute, follow these guidelines: - -1. Fork the repository. -2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`. -3. Make your changes and commit them with a clear and concise message. -4. Push your changes to your fork: `git push origin feature-name`. -5. Open a pull request, referencing any relevant issues. - -Ensure your code adheres to the existing coding standards and includes relevant tests. - ## License This project is licensed under the [MIT License](LICENSE).