Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 0 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ To get the backend up and running locally, follow these steps:
3. Set up environment variables
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider providing more details or a reference link for setting up environment variables to assist new contributors in getting started.

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).
Expand Down