Skip to content

Commit 48f287a

Browse files
feygonkeon
authored andcommittedAug 15, 2018
edited Contributing.md to add 'doc_xxx' (keon#392)
Included language inviting contributors to improve documentation.
1 parent b02e3bf commit 48f287a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ agree to abide by the [Code of Conduct](CODE_OF_CONDUCT.md).
1313
* add_XXX if you will add new algorithms or data structures.
1414
* fix_XXX if you will fixe a bug on a certain algorithm or data structure.
1515
* test_XXX if you wrote a test/s.
16+
* doc_XXX if you added to or edited documentation.
1617

1718
You may contribute by:
1819
- implementing new algorithms in the repo. Be sure to keep it under
@@ -23,6 +24,7 @@ it doesn't fall under any section. Make sure that your implementation works.
2324
- finding and fixing bugs.
2425
- adding examples to explain the algorithms better.
2526
- adding test cases.
27+
- improving documentation.
2628

2729
## Pull Requests
2830
Push to your fork and [submit a pull request][pr].

0 commit comments

Comments
 (0)