Skip to content

Commit

Permalink
Merge pull request liip#863 from robfrawley/feature-github-templates
Browse files Browse the repository at this point in the history
Add github issue and pr templates
  • Loading branch information
robfrawley authored Jan 27, 2017
2 parents 409e151 + f594f52 commit 4cef6ce
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.github/issue_template.md export-ignore
.github/pull_request_template.md export-ignore
15 changes: 15 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
| Q | A
| --- | ---
| Bug Report? | yes/no
| Feature Request? | yes/no
| BC Break Report? | yes/no
| RFC? | yes/no
| Imagine Bundle Version | x.y.z

<!--
- Please take a moment to complete the template above by answering
- yes or no to the given questions and providing the bundle version.
-
- Afterward, replace this comment with the description of your issue,
- including the steps required to reproduce your issue.
-->
18 changes: 18 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
| Q | A
| --- | ---
| Branch? | 1.0 or 2.0 <!--choose version number-->
| Bug fix? | yes/no
| New feature? | yes/no
| BC breaks? | yes/no
| Deprecations? | yes/no
| Tests pass? | yes/no
| Fixed tickets | <!-- #-pre-fixed issue number(s), if any -->
| License | MIT
| Doc PR | <!--highly recommended for new features-->

<!--
- Please take a moment to complete the template above by answering
- yes or no to the given questions and providing the bundle version.
-
- Afterward, replace this comment with the description of your PR.
-->

0 comments on commit 4cef6ce

Please sign in to comment.