javascript-algorithms/CONTRIBUTING.md

7 lines
423 B
Markdown
Raw Normal View History

2018-04-27 21:55:01 +08:00
## Contributing
2018-04-27 21:57:53 +08:00
- As much as possible, try to follow the existing format of markdown and code.
- Don't forget to run `npm run lint` and `npm test` before submitting pull requests.
- Make sure that **100%** of your code is covered by tests.
2018-05-30 22:49:31 +08:00
- If you're adding **new** algorithms or data structures please provide **README.md** for each of them **with explanations** of the algorithm and **with links** to further readings.