-
Notifications
You must be signed in to change notification settings - Fork 297
Contributing rules
Grzegorz Bylica edited this page Apr 21, 2017
·
5 revisions
- First, create an issue on Github.
- Next post question for discussion on StackOverflow with tag scadalts.
- When you know how to solve the issue create branch according to the rule https://guides.github.com/introduction/flow/.
- Create pull request from your branch to develop branch.
- Commit code with resolved issue to your branch.
- Test your solution on docker dockergb/scadalts-dev.
- When you think your solution is working then add reviewers to pull request.
- Reviewers may write test scenario add test your solution than accept pull request and close issue.
- Finally, you merge accepted pull request to develop branch.