From ff728c689f2885cd64bf72b176e884b564f3d42d Mon Sep 17 00:00:00 2001 From: crapStone Date: Mon, 1 Mar 2021 03:40:58 +0100 Subject: [PATCH] Added feature request template and modified bug report (#210) * added feature request template and modified bug report * used simpler english --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++--- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) 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 index cf47ffb44..5fddd9ada 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug Report about: Create a report to help us improve title: '' labels: kind/bug @@ -12,6 +12,7 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' @@ -24,8 +25,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots (white-theme preferred) to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. Windows] - - Version [e.g. 1.0.0] + +- OS: [e.g. Windows] +- Version [e.g. 1.0.0] **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..8c65d96de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: Create a feature request to help us improve +title: '' +labels: kind/proposal +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and short description of what the problem is. E.g. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and short description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.