Skip to content

Commit

Permalink
modified ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AronGahagan committed Apr 2, 2019
1 parent 6d22a87 commit 24e797f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@
- [ ] assign this issue
- [ ] label the issue for enhancement or bug
- [ ] label the issue with codemodule (so fixes can be aggregated and hotfixed together)
- [ ] create topic branch
- [ ] checkout `develop` and create `topic` branch
- [ ] design, code and test
- [ ] **rev the codemodule**
- [ ] **reset BLN\_TRAP\_ERRORS**
- [ ] update CurrentVersions.xml
- [ ] merge and push to develop and/or master
- [ ] update codemodule <cpt_version>x.y.z</cpt_version>
- [ ] reset BLN\_TRAP\_ERRORS
- [ ] update CurrentVersions.xml **manually**
- [ ] commit changes prefix comment with `issueXX`
- [ ] merge `topic` into `develop` and push
- [ ] if hotfix: merge `develop` into `master` and push
- [ ] if feature: wait for release, do **not** merge into master
- [ ] delete topic branch

0 comments on commit 24e797f

Please sign in to comment.