From efe97229f1f3754758d27a45c4a584a8b13504eb Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Fri, 11 Mar 2022 18:07:47 -0500 Subject: [PATCH] chore: restore issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 39 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 26 +++++++++++++++ .github/ISSUE_TEMPLATE/support-question.md | 11 ++++++ 3 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/support-question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..069ca6540 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,39 @@ +--- +name: "πŸ› Bug Report" +about: "If something isn't working as expected" + +--- +## Bug Report + +**Current Behavior** +A clear and concise description of the behavior. + +**Steps to Reproduce** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** +- Flarum version: x.y.z +- Website URL: http://example.com +- Webserver: [e.g. apache, nginx] +- Hosting environment: [e.g. shared, vps] +- PHP version: x.y.z +- Browser: [e.g. chrome 67, safari 11] + +``` +Output of "php flarum info", run this in terminal in your Flarum directory. +``` + +**Possible Solution** + + +**Additional Context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..49948d6ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,26 @@ +--- +name: "πŸš€ Feature Request" +about: "I have a suggestion (and may want to implement it!)" + +--- + + + +## Feature Request + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. eg. I have an issue when [...] + +**Describe the solution you'd like** +A detailed description of your proposed solution. Include: +- How the feature would work/behave +- Any potential drawbacks +- Maybe a screenshot, design, or example code + +**Justify why this feature belongs in Flarum's core, rather than in a third-party extension** +Consider who this change will be useful to – most Flarum forums, or just a few? + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/support-question.md b/.github/ISSUE_TEMPLATE/support-question.md new file mode 100644 index 000000000..b2ba0d70f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-question.md @@ -0,0 +1,11 @@ +--- +name: "πŸ™‹β€ Support Question" +about: "If you have a question, please check out our forum or Discord!" + +--- + +We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! + +* Flarum Community: https://discuss.flarum.org/ +* Discord Chat: https://flarum.org/discord/ +* Twitter: https://twitter.com/Flarum