-
Notifications
You must be signed in to change notification settings - Fork 2
Process for Contributing
Race Hunter edited this page May 17, 2020
·
2 revisions
- Clone the repo
- Create/check out a feature branch
- Pull master
- Develop
- Pull master, fix conflicts, if any
- Push to feature branch
- Fix bugs, if any test fails
- Pull request, assign a member from the QA team (and other members from the whole team) for code review
- Fix changes after code review. Tips here
- Review the code from pull request. Tips for code review
- Merge to master, or
- Assign an issue to the code owner
- Clone the repo
- Check out a feature branch (or a testing branch?)
- Develop
- Should complete test cases before feature branch creates pull request to master?
- Push to feature branch (or a testing branch)
- Pull request, assign a member from the QA team (and other members from the whole team) for code review