mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-13 06:23:00 +08:00
6 lines
241 B
Markdown
6 lines
241 B
Markdown
## Contributing
|
|
|
|
- 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.
|