From 9bb7ca5d80923717250524c5f306a1a16a4eb4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Sat, 24 Sep 2016 17:09:09 +0200 Subject: [PATCH] issue template (#1028) --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..4f940e093 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +> Issues on Github are meant for bug reporting. Please post feature requests on the [discussion forum](https://discuss.flarum.org/t/features). +--- +> Try to complete the below form as far as you are able and are willing to share. Add a screenshot of the issue if you can. + +## Bug report +- Version of Flarum: x.y.z +- Website URL where the bug is visible: http://example.com +- The webserver you are running: apache, nginx or something else +- PHP version: x.y.z +- Hosted environment: shared or vps +- Hosting provider: http://some-amazing-provider.com + +## Flarum info + +``` +Output of "php flarum info", run this in terminal in your Flarum directory. +``` + +## Additional comments +Some additional information you'd like to share, eg what have you tried so far. + +## Log files + +``` +Put any relevant logs here. +```