From fbbd40eb99b090ff15492669e52f780b213efa2c Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Fri, 27 Aug 2021 17:21:50 +0200 Subject: [PATCH] Added issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++ 2 files changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b72214a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +**Describe the bug:** + + +**Steps to reproduce:** +1. ... +2. ... +3. ... + +**Where is it happening?** + * [ ] On a server + * [ ] Local dev environment + +**What are you requesting:** +Username: ... +Hashtag: ... + +**Config file:** + + + +```php + +``` + +**Software versions:** +Plugin Version: x.x +PHP Version: x.x +CraftCMS Version: x.x diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..951828a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** +