mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
a9a48adc8a
Moving to the automatic testing.
1.1 KiB
1.1 KiB
Contributing
Your contributions are always welcome!
Guidelines
-
Add one link per commit.
-
Add one commit per Pull Request.
-
Add the link:
- [project-name](http://example.com/) - A short description ends with a period.
- Keep descriptions concise.
-
Add a section if needed.
- Add the section description.
- Add the section title to Table of Contents.
-
Search previous suggestions before making a new one, as yours may be a duplicate.
-
Check your spelling and grammar.
-
Remove any trailing whitespace.
-
Send a Pull Request with the reason why the library is awesome.
-
Make sure the tests are passing.
Styleguide
We enforce you all to use the same style for your submittions.
We are using remark-lint
to validate the style of the README.md
and CONTRIBUTING.md
.
Please, refer to Rules
documentation, when in doubt.
Testing
To run tests locally you will need to:
$ npm install
$ npm test