Workflow - AlpriElse/maine-dashboard GitHub Wiki
- Assign yourself an issue
- Create a new branch for the issue
[Issue Number]-[Descriptive traincase name]16-course-browsing
- Work on branch
- Add, commit, pull, push
- Follow version control styling wiki
- Once finished, pull dev branch into issue branch
- Resolve merge conflicts
- Submit pull request into dev branch for the milestone
- Use default pull request syntax
- If using command line, use
git merge --no-ff 16-course-browsing- Prevents fast-forwarding
dev-0.0.1
- Once the milestone is completed, pull master into dev branch
- Resolve merge conflicts
- Submit pull request into master
- Use default pull request syntax
Refer to this.