Skip to content

Commit

Permalink
[Github] Add pull request template
Browse files Browse the repository at this point in the history
Closes #97
  • Loading branch information
andrerom committed May 8, 2019
1 parent 817a467 commit d3d9379
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
| Question | Answer
| ------------------ | ------------------
| **JIRA issue** | [EZP-XXXXX](https://jira.ez.no/browse/EZP-XXXXX)
| **Type** | Bug/Improvement/Feature/Misc
| **Target version** | latest stable `1.8` for bug fixes, `master` for new features
| **BC breaks** | yes/no
| **Doc needed** | yes/no

<!-- Replace this comment with Pull Request description -->

**TODO**:
- [ ] Implement feature / fix a bug.
- [ ] Implement tests + specs and passing (`$ composer test`)
- [ ] Fix new code according to Coding Standards (`$ composer fix-cs`).
- [ ] Ask for Code Review.

0 comments on commit d3d9379

Please sign in to comment.