mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
11 lines
214 B
Markdown
11 lines
214 B
Markdown
CONTRIBUTING
|
|
====
|
|
|
|
1. Fork.
|
|
2. Run `npm install`.
|
|
3. Make your changes on the `src` folder.
|
|
4. Update tests.
|
|
5. Run `npm test`, make sure everything is okay.
|
|
6. Submit a pull request to the master branch.
|
|
|
|
Thanks.
|