From 11218011767f421070c472693ad918a9e8a33453 Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Mon, 9 Dec 2024 03:25:06 +0200 Subject: [PATCH 1/3] improve issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 39 +++++++++------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..ca144569 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,23 @@ --- 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 behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**Issue description:** + + -**Expected behavior** -A clear and concise description of what you expected to happen. +**Steps to reproduce:** + -**Screenshots** -If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +**Minimal reproduction project:** + -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] -**Additional context** -Add any other context about the problem here. +**Netly version:** + From 0ef528f1eb9f32bfa8b92ec75205bfcf5c7f0137 Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Mon, 9 Dec 2024 03:27:27 +0200 Subject: [PATCH 2/3] improve issue template $2 --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ca144569..c6a31f2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,21 +3,17 @@ name: Bug report about: Create a report to help us improve --- - +**Issue description:** -**Issue description:** - - -**Steps to reproduce:** - +**Steps to reproduce:** -**Minimal reproduction project:** - -**Netly version:** - +**Minimal reproduction project:** + + + +**Netly version:** + From 335a3072677062740c3a1aa34fc8928a98b4398b Mon Sep 17 00:00:00 2001 From: "Alecio Furanze (Ale)" Date: Mon, 9 Dec 2024 03:32:49 +0200 Subject: [PATCH 3/3] improve and rename 'feature request' to 'empty request' --- .github/ISSUE_TEMPLATE/empty_request.md | 6 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 6 insertions(+), 20 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/empty_request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/empty_request.md b/.github/ISSUE_TEMPLATE/empty_request.md new file mode 100644 index 00000000..3b76f61e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/empty_request.md @@ -0,0 +1,6 @@ +--- +name: Empty Issue +about: Create raw issue 'without template'. (Not recommended for bug report!) +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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. 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.