Skip to content

Commit

Permalink
add issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Mar 16, 2018
1 parent f02cc42 commit 5b3624b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
Expand Down
16 changes: 16 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
| Q | A
| -------------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| BC Break report? | yes/no
| Symfony version | x.y.z
| VichUploaderBundle version | x.y.z

<!--
- Please review existing issues (including closed ones) before posting a new one
- Please fill in this template according to your issue
- Please use actual versions, e.g. versions copied from `composer show`
- If you need support, e.g. you cannot make your file upload work, you
need to provide a way to easily reproduce it. Best way is a repository
with a basi installation of Symfony, VichUploaderBundle and your code
-->

0 comments on commit 5b3624b

Please sign in to comment.