Skip to content

Commit c4a751a

Browse files
committed
Update CONTRIBUTING.md
1 parent 187a9b1 commit c4a751a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Note that we might understand english, german and french
2626
```DEBUG=pm2:* PM2_DEBUG=true ./bin/pm2 --no-daemon start my-buggy-thing.js```
2727

2828
If your issue is flagged as `need data` be sure that there won't be any upgrade unless we can have enough data to reproduce.
29+
2930
## Pull-Requests
3031

31-
@Todo
32+
1) Fork pm2
33+
2) Create a different branch to do your fixes/improvements if it's core-related.
34+
3) Please add unit tests! There are lots of tests take examples from there!
35+
4) Try to be as clear as possible in your commits
36+
5) Pull request on pm2 from your branch

0 commit comments

Comments
 (0)