From 40978842e7dc051bbf0b008124b7c2dba5291b1f Mon Sep 17 00:00:00 2001 From: Raquel Braunschweig Date: Fri, 29 Mar 2024 17:39:32 +0000 Subject: [PATCH 1/3] Add issue templates --- .github/ISSUE_TEMPLATE/bug--bug-report.md | 38 +++++++++++++++++++ .../ISSUE_TEMPLATE/enh--feature-request.md | 20 ++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug--bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enh--feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug--bug-report.md b/.github/ISSUE_TEMPLATE/bug--bug-report.md new file mode 100644 index 00000000..627d441a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug--bug-report.md @@ -0,0 +1,38 @@ +--- +name: 'BUG: 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 + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**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] + +**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. diff --git a/.github/ISSUE_TEMPLATE/enh--feature-request.md b/.github/ISSUE_TEMPLATE/enh--feature-request.md new file mode 100644 index 00000000..cece4fb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enh--feature-request.md @@ -0,0 +1,20 @@ +--- +name: 'ENH: 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. From 27d90ea3933cb54232b4f0b69f85295d9aa450f8 Mon Sep 17 00:00:00 2001 From: Raquel Braunschweig Date: Fri, 29 Mar 2024 17:42:28 +0000 Subject: [PATCH 2/3] Update enh--feature-request.md --- .github/ISSUE_TEMPLATE/enh--feature-request.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enh--feature-request.md b/.github/ISSUE_TEMPLATE/enh--feature-request.md index cece4fb6..a2353137 100644 --- a/.github/ISSUE_TEMPLATE/enh--feature-request.md +++ b/.github/ISSUE_TEMPLATE/enh--feature-request.md @@ -13,8 +13,5 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate **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 749436af345421003e2c0f9c98d3e25e227f6a64 Mon Sep 17 00:00:00 2001 From: Raquel Braunschweig Date: Fri, 29 Mar 2024 18:07:19 +0000 Subject: [PATCH 3/3] Update bug--bug-report.md --- .github/ISSUE_TEMPLATE/bug--bug-report.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug--bug-report.md b/.github/ISSUE_TEMPLATE/bug--bug-report.md index 627d441a..bd12f6b3 100644 --- a/.github/ISSUE_TEMPLATE/bug--bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug--bug-report.md @@ -12,9 +12,9 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' +1. Do this command '...' 2. Click on '....' -3. Scroll down to '....' +3. (...) 4. See error **Expected behavior** @@ -24,15 +24,9 @@ A clear and concise description of what you expected to happen. 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] - -**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] + - OS: [e.g. Windows 11] + - Minecraft Version [e.g. 1.20.4] + - Java version [e.g. 17] **Additional context** Add any other context about the problem here.