Skip to content

Commit

Permalink
Add contribution guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Dec 27, 2018
1 parent e87f750 commit 94d4894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Contributing

#### General Rules
### General Rules

- As much as possible, try to follow the existing format of markdown and code.
- Don't forget to run `pylint ./homemade` before submitting pull requests.

#### Contributing New Translation
### Contributing New Translation

- Create new `README.xx-XX.md` file with translation alongside with main `README.md` file where `xx-XX` is [locale and country/region codes](http://www.lingoes.net/en/translator/langcode.htm). For example `en-US`, `zh-CN`, `zh-TW`, `ko-KR` etc.
- You may also translate all other sub-folders by creating related `README.xx-XX.md` files in each of them.

#### Contributing New Algorithms
### Contributing New Algorithms

- Make your pull requests to be **specific** and **focused**. Instead of contributing "several algorithms" all at once contribute them all one by one separately (i.e. one pull request for "Logistic Regression", another one for "K-Means" and so on).
- Every new algorithm must have:
Expand Down

0 comments on commit 94d4894

Please sign in to comment.