From 75bc1b0e164033d393ef1c98c85e7bc98ed5251b Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 22:49:25 +0200 Subject: [PATCH 1/9] Update issue templates Added Bug report. --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 00000000..71fdf01f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Bug]" +labels: Bug +assignees: Quizer9O8 + +--- + +Before reporting a bug please read if you haven't already +--- + +**Minecraft Version** +For example: Minecraft 1.15.2 + +**Forge Version** +For example: Forge - MC 1.15.2 - 31.2.0 + +**Description** +Please describe the problem clearly and concisely. + +**How to reproduce** +- Describe your setup if using anything other than the Mojang launcher or standard forge server +- List any third-party mods (& their version number) that may be relevant to the issue +- Provide a simple step-by-step guide to recreate the problem. If applicable, add screenshots to help explain your problem. + +**Additional information** +Add screenshots, world-seeds, co-ordinates, log files, links to conflicting mods From 11839bb002f1eeb154b9ce4eff6f3eb82721f3fd Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 22:51:45 +0200 Subject: [PATCH 2/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 71fdf01f..d513cd68 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report -about: Create a report to help us improve +about: Help improve Strataby reporting bugs and mod compatibility problems. If this + doesn’t look right, [choose a different type.](https://github.com/Quizer9O8/Strata/issues/new/choose) title: "[Bug]" labels: Bug assignees: Quizer9O8 From 3c318c75308e9c0c5a42f8af9c2be92c92f2d8ee Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 22:53:34 +0200 Subject: [PATCH 3/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d513cd68..3a4ea2e1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: Bug report -about: Help improve Strataby reporting bugs and mod compatibility problems. If this - doesn’t look right, [choose a different type.](https://github.com/Quizer9O8/Strata/issues/new/choose) +about: Help improve Strataby reporting bugs and mod compatibility problems. title: "[Bug]" labels: Bug assignees: Quizer9O8 From 4c1d08220fbe9ecd06eaa83c21fec8c0089b71ab Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 22:54:03 +0200 Subject: [PATCH 4/9] Update issue templates --- .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 3a4ea2e1..edec899e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Help improve Strataby reporting bugs and mod compatibility problems. +about: Help improve Strata by reporting bugs and mod compatibility problems. title: "[Bug]" labels: Bug assignees: Quizer9O8 From 351448c7b1b033d081d3669547f7f6424069967e Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 22:56:00 +0200 Subject: [PATCH 5/9] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index edec899e..cad63440 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Help improve Strata by reporting bugs and mod compatibility problems. -title: "[Bug]" +title: '' labels: Bug assignees: Quizer9O8 @@ -22,7 +22,7 @@ Please describe the problem clearly and concisely. **How to reproduce** - Describe your setup if using anything other than the Mojang launcher or standard forge server - List any third-party mods (& their version number) that may be relevant to the issue -- Provide a simple step-by-step guide to recreate the problem. If applicable, add screenshots to help explain your problem. +- Provide a simple step-by-step guide to recreate the problem. If applicable, add screenshots to help explain your problem **Additional information** -Add screenshots, world-seeds, co-ordinates, log files, links to conflicting mods +Add screenshots, world-seeds, co-ordinates, log files, links to conflicting mods. From 47d834cf36ed346ffc1a651ef8e70093fb25d924 Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 23:10:55 +0200 Subject: [PATCH 6/9] Update issue templates Added Feature request. --- .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++++++++ 1 file changed, 15 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 00000000..36bac693 --- /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 +assignees: Quizer9O8 + +--- + +**Describe the feature you'd like** +A clear and concise description of what you want to be changed or added. +There is no need to explain the technicality and or implementation behind it. Remember, this is just a suggestion. You don't have to trip over yourself. Keep it simple for you and everyone else to understand. + +**Additional Context** +Anything from pictures to links to websites and etc. to further emphasize your suggestion. From 7da87dbc6cf50f4aba24f0945448f3da0406a187 Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 23:16:28 +0200 Subject: [PATCH 7/9] Update issue templates Question added. --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36bac693..d2e40381 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for this mod. title: '' labels: Feature assignees: Quizer9O8 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..ab45a01c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,11 @@ +--- +name: Question +about: A question about the mod. +title: '' +labels: Question +assignees: Quizer9O8 + +--- + +**Question** +What would you like to know? Give a clear and concise description. From 0c6f3e000dc5c6661f7d843feb66e63b91122bce Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 23:20:10 +0200 Subject: [PATCH 8/9] Update issue templates --- .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 cad63440..ba75ad75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: Quizer9O8 --- -Before reporting a bug please read if you haven't already +Before reporting a bug please read [Writing Helpful Bug Reports](https://github.com/Quizer9O8/Strata/wiki/Writing-Helpful-Bug-Reports) if you haven't already --- **Minecraft Version** From e157cb8b0fe18ad38a44e961de33666f116faf99 Mon Sep 17 00:00:00 2001 From: Quizer9O8 Date: Fri, 29 May 2020 23:27:31 +0200 Subject: [PATCH 9/9] Update issue templates Final changes made to all the issue templates for now --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/freestyle.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/freestyle.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ba75ad75..ae90a988 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Help improve Strata by reporting bugs and mod compatibility problems. title: '' -labels: Bug +labels: Bug, Review assignees: Quizer9O8 --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d2e40381..8868928b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this mod. title: '' -labels: Feature +labels: Feature, Review assignees: Quizer9O8 --- diff --git a/.github/ISSUE_TEMPLATE/freestyle.md b/.github/ISSUE_TEMPLATE/freestyle.md new file mode 100644 index 00000000..3e4a0aef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/freestyle.md @@ -0,0 +1,10 @@ +--- +name: Freestyle +about: Feel free to write down you what want to discuss about regarding the mod. +title: '' +labels: Review +assignees: Quizer9O8 + +--- + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index ab45a01c..a25ac993 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: A question about the mod. title: '' -labels: Question +labels: Question, Review assignees: Quizer9O8 ---