From 5b3624b02d46dc665a1bfc3cbd581169f11239fc Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Fri, 16 Mar 2018 17:40:02 +0100 Subject: [PATCH] add issue template --- .gitattributes | 1 + .github/issue_template.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.gitattributes b/.gitattributes index 6ca23020..f5ec9922 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /.gitattributes export-ignore +/.github export-ignore /.gitignore export-ignore /.php_cs export-ignore /.travis.yml export-ignore diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..43cd3c30 --- /dev/null +++ b/.github/issue_template.md @@ -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 + +