From 50610bef8a1e43ea6d67cab95bfd20318e05cb93 Mon Sep 17 00:00:00 2001 From: Maggie Kimani Date: Thu, 11 Aug 2022 09:17:40 +0300 Subject: [PATCH 1/4] Adds an issue template for a unified and concise bug report --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a7e4e9837 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the current behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots/Code Snippets** +If applicable, add screenshots or code snippets to help explain your problem. + +**Your environment:** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + - Desktop or mobile + - If applicable, Link to your project + +**Additional context** +Add any other context about the problem here. From 9cbac86671e48f46d9ee2e109848f4b47daecb78 Mon Sep 17 00:00:00 2001 From: Maggie Kimani Date: Thu, 11 Aug 2022 09:24:17 +0300 Subject: [PATCH 2/4] Adds a feature template --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..021458556 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**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. From aba7694d96acb84e65c9f15fc5446584ec50e8ec Mon Sep 17 00:00:00 2001 From: Maggie Kimani Date: Thu, 11 Aug 2022 10:03:06 +0300 Subject: [PATCH 3/4] Edit bug template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a7e4e9837..2c10124b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ Steps to reproduce the current behavior: A clear and concise description of what you expected to happen. **Screenshots/Code Snippets** -If applicable, add screenshots or code snippets to help explain your problem. +If applicable, add screenshots of the stack trace or a code snippet to help explain your problem. **Your environment:** - OS: [e.g. iOS] @@ -25,6 +25,6 @@ If applicable, add screenshots or code snippets to help explain your problem. - Version [e.g. 22] - Desktop or mobile - If applicable, Link to your project - + **Additional context** Add any other context about the problem here. From ffc7c1b823c846c15fb04d417d870968200c777e Mon Sep 17 00:00:00 2001 From: Maggie Kimani Date: Sun, 14 Aug 2022 01:21:01 +0300 Subject: [PATCH 4/4] Remove unnecessary info --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2c10124b0..c5b4cab90 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,13 +18,7 @@ A clear and concise description of what you expected to happen. **Screenshots/Code Snippets** If applicable, add screenshots of the stack trace or a code snippet to help explain your problem. - -**Your environment:** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - - Desktop or mobile - - If applicable, Link to your project +If applicable, add a link to your project **Additional context** Add any other context about the problem here.