forked from liip/LiipImagineBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request liip#863 from robfrawley/feature-github-templates
Add github issue and pr templates
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
--> |