Skip to content

Commit

Permalink
Update Rules of Contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bineethkumar committed Oct 3, 2021
1 parent afb4922 commit b66283c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
16 changes: 11 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Contributing to the repository

Welcome to the repository! If you face any issue feel free to create an issue.
If you find any question missing, create a pull request, with title as the question name.
Make sure that you create a folder and name it with the question name and code if it doesn't exists.
If you find any question missing, create a pull request by followinf these conditions:
- Make sure that you create a folder and name it with the question name.
- Your Folder should contain a ```Solution``` file and a ```README.md``` file.
- ```README.md``` file should contain link of your question in this format
```
# [Question Name](Link of your question)
```
- Add details of your question (Description, Examples, Constraints, etc) in your ```README.md``` file.

### Raising a Pull Request
## Raising a Pull Request

- Follow [How to raise a PR?](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) to raise a PR
- Please don't copy someone's else solution.
- The solutions should pass all the test cases on codechef.
- The solutions should pass all the test cases on their respective platforms.
- The question should be inside the correct folder based on the difficulty.
- Don't forget a readme.md file for your particular solution containing the link of the question.
- Don't forget a ```README.md``` file for your particular solution containing the link of the question.

<br>

Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,23 @@
# Contributing to the repository

Welcome to the repository! If you face any issue feel free to create an issue.
If you find any question missing, create a pull request, with title as the question name.
Make sure that you create a folder and name it with the question name and code if it doesn't exists.
If you find any question missing, create a pull request by followinf these conditions:
- Make sure that you create a folder and name it with the question name.
- Your Folder should contain a ```Solution``` file and a ```README.md``` file.
- ```README.md``` file should contain link of your question in this format
```
# [Question Name](Link of your question)
```
- Add details of your question (Description, Examples, Constraints, etc) in your ```README.md``` file.


### Raising a Pull Request

- Follow [How to raise a PR?](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) to raise a PR
- Please don't copy someone's else solution.
- The solutions should pass all the test cases on codechef.
- The solutions should pass all the test cases on their respective platforms.
- The question should be inside the correct folder based on the difficulty.
- Don't forget a readme.md file for your particular solution containing the link of the question.
- Don't forget a ```README.md``` file for your particular solution containing the link of the question.

<br><br>

Expand Down

0 comments on commit b66283c

Please sign in to comment.