From 4b1e89a7d8746181cd66709c122607606223160c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Mar 2020 20:22:36 +0100 Subject: [PATCH] improve issue templates --- .github/dev_bug_report.md | 37 ++++++++++++++++++++++++++++++++++ .github/dev_feature_request.md | 18 +++++++++++++++++ .github/issue_template.md | 0 3 files changed, 55 insertions(+) create mode 100644 .github/dev_bug_report.md create mode 100644 .github/dev_feature_request.md delete mode 100644 .github/issue_template.md diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md new file mode 100644 index 000000000..8eb76bf6f --- /dev/null +++ b/.github/dev_bug_report.md @@ -0,0 +1,37 @@ +--- +name: Dev Bug Report +about: Create a report to help us improve +title: '' +labels: stat_backlog, type_bug +assignees: '' + +--- + +# Bug Description +A clear and concise description of what the bug is. + +# How to Reproduce + +Steps to reproduce the behavior: + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Minimal Code Example + +```php + +``` + +# Expected Behavior +A clear and concise description of what you expected to happen. + +# Screenshots +If applicable, add screenshots to help explain your problem. + +# Additional Information +Add any other context about the problem here. diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md new file mode 100644 index 000000000..9573c35fa --- /dev/null +++ b/.github/dev_feature_request.md @@ -0,0 +1,18 @@ +--- +name: Dev Feature Request +about: Suggest an idea for this project +title: '' +labels: stat_backlog, type_feature +assignees: '' + +--- + +# What is the feature you request +* A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +* A clear and concise description of what you want to happen. + +# Alternatives +A clear and concise description of any alternative solutions or features you've considered. + +# Additional Information +Add any other context or screenshots about the feature request here. diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index e69de29bb..000000000