From ae78e35e59ac561c702260e28b2b9698f7390f2b Mon Sep 17 00:00:00 2001 From: Dilan Boskan Date: Thu, 10 Jun 2021 23:18:45 +0200 Subject: [PATCH] Update issue templates Improved issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++---- .github/ISSUE_TEMPLATE/design-improvement.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement-request.md | 20 ------------------- .../ISSUE_TEMPLATE/installation-problem.md | 20 +++++++++++++++++++ 4 files changed, 42 insertions(+), 24 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/design-improvement.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md create mode 100644 .github/ISSUE_TEMPLATE/installation-problem.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bdd2f7f..5e395ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Report a bug or a feature that is not working how you expect it to title: '' -labels: '' +labels: 'Type: Bug' assignees: '' --- @@ -19,12 +19,10 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain your problem and annotate the images. **Desktop (please complete the following information):** - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/design-improvement.md b/.github/ISSUE_TEMPLATE/design-improvement.md new file mode 100644 index 0000000..ac6f27d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/design-improvement.md @@ -0,0 +1,20 @@ +--- +name: Design Improvement +about: Create a report to help us improve the design of the application +title: "[DESIGN IMPROVEMENT]" +labels: 'Type: Enhancement' +assignees: DilanBoskan + +--- + +**Describe the flaw** +A clear and concise description of where the design flaw is to be found + +**Expected behavior** +A desired solution to the flaw. + +**Screenshots** +If applicable, add screenshots to help explain your problem and annotate the images. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md deleted file mode 100644 index 5927acc..0000000 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Enhancement Request -about: Suggest a way to improve the application -title: "[ENHANCEMENT]" -labels: 'Type: Enhancement' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/installation-problem.md b/.github/ISSUE_TEMPLATE/installation-problem.md new file mode 100644 index 0000000..0d84a95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installation-problem.md @@ -0,0 +1,20 @@ +--- +name: Installation Problem +about: Create a report to help us improve +title: "[INSTALLATION PROBLEM]" +labels: '' +assignees: '' + +--- + +**To Reproduce** +On which installation step did you encounter the issue. + +**Screenshots** +Add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + +**Additional context** +Add any other context about the problem here.