From e4fbb0e2badba809f6fd91d4163944fedb10e882 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 2 Aug 2020 13:48:01 -0500 Subject: [PATCH 1/4] Added templates for issues/features --- .github/ISSUE_TEMPLATE/bug_report.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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 new file mode 100644 index 00000000..c0956317 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,21 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug Report +assignees: '' + +--- + +> template is **bold** +> sample data is *italicized* + +**Issue Description:** *Dynmap sample issue description. This description would include as much and as little detail necessary for us to understand the issue in its entirety.* + +> **Dynmap Version:** *dynmap-version* +> **Server Version:** *forge 1.16 build x, or paper 1.15.2 build x* +> **Pastebin of Configuration.txt:** *https://pastebin.com/5SETL3z2* +> **Server Host (if applicable):** *McProHosting, Shockbyte, Selfhosted, etc.* +> **Pastebin of crashlogs or other relevant logs:** *https://pastebin.com/crashcausedbydynmap* +> **Other Relevant Data:** *I'm using this texture pack and these plugins and my map is from alpha .8* +> **Steps to Replicate:** *Please be clear in this section so we can replicate your issue* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..dd77f6e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,15 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Feature Request +assignees: '' + +--- + +> template is **bold** +> sample data is *italicized* + +**Feature Description:** *Dynmap sample feature request description. This description would include as much and as little detail necessary for us to understand the feature in its entirety.* + +> **Additional context:** *Please add any additional information you feel will help us understand the feature* \ No newline at end of file From 5ca67ab6ede6e0d183f297a798620e2dd6ae5baf Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 2 Aug 2020 13:59:58 -0500 Subject: [PATCH 2/4] Changed quote to bullet list --- .github/ISSUE_TEMPLATE/bug_report.md | 14 +++++++------- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c0956317..1535f261 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,10 +12,10 @@ assignees: '' **Issue Description:** *Dynmap sample issue description. This description would include as much and as little detail necessary for us to understand the issue in its entirety.* -> **Dynmap Version:** *dynmap-version* -> **Server Version:** *forge 1.16 build x, or paper 1.15.2 build x* -> **Pastebin of Configuration.txt:** *https://pastebin.com/5SETL3z2* -> **Server Host (if applicable):** *McProHosting, Shockbyte, Selfhosted, etc.* -> **Pastebin of crashlogs or other relevant logs:** *https://pastebin.com/crashcausedbydynmap* -> **Other Relevant Data:** *I'm using this texture pack and these plugins and my map is from alpha .8* -> **Steps to Replicate:** *Please be clear in this section so we can replicate your issue* +* **Dynmap Version:** *dynmap-version* +* **Server Version:** *forge 1.16 build x, or paper 1.15.2 build x* +* **Pastebin of Configuration.txt:** *https://pastebin.com/5SETL3z2* +* **Server Host (if applicable):** *McProHosting, Shockbyte, Selfhosted, etc.* +* **Pastebin of crashlogs or other relevant logs:** *https://pastebin.com/crashcausedbydynmap* +* **Other Relevant Data:** *I'm using this texture pack and these plugins and my map is from alpha .8* +* **Steps to Replicate:** *Please be clear in this section so we can replicate your issue* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index dd77f6e9..d64ceee9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -12,4 +12,4 @@ assignees: '' **Feature Description:** *Dynmap sample feature request description. This description would include as much and as little detail necessary for us to understand the feature in its entirety.* -> **Additional context:** *Please add any additional information you feel will help us understand the feature* \ No newline at end of file +* **Additional context:** *Please add any additional information you feel will help us understand the feature* \ No newline at end of file From 348aeff7b5d71112bb03f83808e6b09f43b26c00 Mon Sep 17 00:00:00 2001 From: FedUpWith-Tech Date: Mon, 3 Aug 2020 19:29:41 -0400 Subject: [PATCH 3/4] Added checkboxes I added the checkboxes that I feel like would be helpful and added a spot for screenshots, I don't want to overcrowd the bug report and I don't feel the need to collect all the possible data I *might* need on first contact --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1535f261..3d89aa01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,5 +17,8 @@ assignees: '' * **Pastebin of Configuration.txt:** *https://pastebin.com/5SETL3z2* * **Server Host (if applicable):** *McProHosting, Shockbyte, Selfhosted, etc.* * **Pastebin of crashlogs or other relevant logs:** *https://pastebin.com/crashcausedbydynmap* -* **Other Relevant Data:** *I'm using this texture pack and these plugins and my map is from alpha .8* +* **Other Relevant Data/Screenshots:** *I'm using this texture pack and these plugins and my map is from alpha .8* * **Steps to Replicate:** *Please be clear in this section so we can replicate your issue* + + [ ] *I have looked at all other issues and this is not a duplicate* + [ ] *I have been able to replicate this* From 728e8cd193613d6c117322942238cb180f0b6e6b Mon Sep 17 00:00:00 2001 From: FedUpWith-Tech Date: Mon, 3 Aug 2020 19:30:32 -0400 Subject: [PATCH 4/4] Me being dumb forgot how to use the preview screen to make sure the formatting was correct :/ --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d89aa01..374458df 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,5 +20,5 @@ assignees: '' * **Other Relevant Data/Screenshots:** *I'm using this texture pack and these plugins and my map is from alpha .8* * **Steps to Replicate:** *Please be clear in this section so we can replicate your issue* - [ ] *I have looked at all other issues and this is not a duplicate* + [ ] *I have looked at all other issues and this is not a duplicate* [ ] *I have been able to replicate this*