Skip to content

Contributing rules

Grzegorz Bylica edited this page Apr 21, 2017 · 5 revisions
  1. First, create an issue on Github.
  2. Next post question for discussion on StackOverflow with tag scadalts.
  3. When you know how to solve the issue create branch according to the rule https://guides.github.com/introduction/flow/.
  4. Create pull request from your branch to develop branch.
  5. Commit code with resolved issue to your branch.
  6. Test your solution on docker dockergb/scadalts-dev.
  7. When you think your solution is working then add reviewers to pull request.
  8. Reviewers may write test scenario add test your solution than accept pull request and close issue.
  9. Finally, you merge accepted pull request to develop branch.