You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
## Shipping a new functionality
4
4
5
-
1. You can only contribute on UNRELEASE which our team is currently working on see [CHANGELOG.md](https://github.com/Techistan/create-node-strapi-app/blob/master/CHANGELOG.md) file for more information of currently UNRELEASED version.
5
+
1. You can only contribute on master branch.
6
6
2. Fork this repo.
7
-
3. Pull latest UNRELEASED version branch.
7
+
3. Pull latest master branch.
8
8
4. Contribute something great.
9
9
5. Don't forget to write unit/integration/e2e/stress test.
10
-
6. Create pull request of your branch to latest UNRELEASED version branch.
11
-
7. Wait for Jarvis CI test to be passed.
10
+
6. Create pull request of your branch to master branch.
11
+
7. Wait for travis CI test to be passed.
12
12
8. Wait for reviewer to review pull request file changes (This process can take upto few day's so relax).
13
-
9. Wait for admistrator to merge pull request with latest UNRELEASED version branch.
13
+
9. Wait for admistrator to merge pull request master branch.
14
14
10. After doing all above steps now wait to see your changes in master and in production (This process can takes upto few weeks or months when we RELEASED new version).
0 commit comments