Skip to content

Commit 3f5e0db

Browse files
committed
docs: update contribution guidlines
1 parent 5259600 commit 3f5e0db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.MD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Contributing
2+
🎉 Thank you for considering contributing to queue-xec! 🎉
23

34
Contributors are always welcome! Any single line of code maters! Don't hesitate to correct even a typo!
45

@@ -25,7 +26,18 @@ git checkout -b my_new_feature
2526
... make your changes
2627
git commit
2728
```
29+
30+
### After environment setup
31+
Start working on your test in develpment mode by :
32+
```js
33+
yarn run test:dev
34+
```
35+
Create unit test in parallel of actual feature.
36+
No pull request will be accepted if not contains new unit tests if introduce new features , or fixes of bugs!
37+
38+
2839
### On git commit :
2940
After all test passed , commitizen will fire up and start asking questions about your commit.(Be honest)
3041

3142
If you have any issue during this , check issues , if cant found something related , open a new issue , any other contributor can help you.
43+

0 commit comments

Comments
 (0)