Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
Update contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Oct 1, 2020
1 parent 0d4dddf commit b81349b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Use the [GitHub issues tracker](https://github.com/nikochiko/cool-algos/issues) to suggest new changes or find tasks to work on.
* Clone the repository, make changes on your local branch and then create a pull request with those changes. Refer [this](https://opensource.com/article/19/7/create-pull-request-github) if it is your first contribution!
* The algorithms should be roughly divided into directories according to their type (e.g. Sorting, Search, etc). The naming convention should be `lower_snake_case.ext` (e.g. `Search/linear_search.cpp`).
* The algorithms should be roughly divided into directories according to their type (e.g. Sorting, Search, etc). The naming convention should be `lower_snake_case.ext` (e.g. `Search/linear_search/linear_search.cpp`).
* Request a review from one of the maintainers (currently @nikochiko) once your PR is ready.
* The maintainers will review the PR, and suggest changes if any. Once the PR is ready to go, you will receive a LGTM (Looks good to me)! The PR is approved and will be merged shortly.

Expand Down

0 comments on commit b81349b

Please sign in to comment.