From d0ed3b9e5ef4311cf8327939886abfd926f0421d Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:38:01 +0200 Subject: [PATCH 1/7] Create bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 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 0000000..4f6f5b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Bug reports for Basalt +title: 'bug: [TITLE]' +labels: bug +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. + +**Additional context** + +Add any other context about the problem here. + +**Checklist** + +[ ] I am running the latest version. +Tick the box if you are running the latest version! -- 2.49.1 From 12e374dcd09481312f612807f638a3ac84ef5820 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:40:26 +0200 Subject: [PATCH 2/7] Add feature issue template --- .github/ISSUE_TEMPLATE/feature.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..4f01b43 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for Basalt +title: 'feature: [TITLE]' +labels: enhancement +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. -- 2.49.1 From a0e17cd42556edb8058f3c3d3e23d4fb783fb192 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:41:38 +0200 Subject: [PATCH 3/7] Add documentation issue templates --- .github/ISSUE_TEMPLATE/docs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs.md diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md new file mode 100644 index 0000000..2246d67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -0,0 +1,20 @@ +--- +name: Documentation +about: Anything that you think is wrong about the documentation. +title: 'docs: [TITLE]' +labels: documentation +assignees: '' + +--- + +** Where? ** +Please describe what you want changed. Screenshot / Quotes + +** Possible solution ** +Please describe a possible solution. + +** Others ** +Anything else you want to add? + +** Checklist ** +[ ] I am looking at the latest version of the docs. -- 2.49.1 From 332f19cf8dd303b47e51b1711a3a53987e5c2149 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:42:45 +0200 Subject: [PATCH 4/7] Rephrase a word on docs issue template --- .github/ISSUE_TEMPLATE/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md index 2246d67..a191f11 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -14,7 +14,7 @@ Please describe what you want changed. Screenshot / Quotes Please describe a possible solution. ** Others ** -Anything else you want to add? +Anything else you want to say? ** Checklist ** [ ] I am looking at the latest version of the docs. -- 2.49.1 From 274aa5babcbafaaa06f8c2850e56d3fbb535c061 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:49:35 +0200 Subject: [PATCH 5/7] Add config.yml to issue templates --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..faa3aba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Community Support + url: https://discord.gg/yNNnmBVBpE + about: Please ask and answer questions here. -- 2.49.1 From efcf87e26e96aa4a4854132a47579beac1e3c1f6 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:24:36 +0200 Subject: [PATCH 6/7] Bug report form test 1 --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_form.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml new file mode 100644 index 0000000..3a933b5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -0,0 +1,45 @@ +name: Bug Report +description: Report a bug for Basalt! +title: "bug: [TITLE]" +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: dropdown + id: ccversion + attributes: + label: Computercraft client + description: What ComputerCraft client are you using? + options: + - Ingame (Default) + - CraftOSPC + - CCemux + - CopyCat + - other + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output, for example the error. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: latest + attributes: + label: Latest Basalt Version + description: We only provide support for the latest version of Basalt! + options: + - label: I use the latest stable version + required: true -- 2.49.1 From 49d4b20ba604523312ff7af254a991bf9d861c44 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:25:59 +0200 Subject: [PATCH 7/7] Rename bug report form --- .github/ISSUE_TEMPLATE/bug_report_form.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_form.yml b/.github/ISSUE_TEMPLATE/bug_report_form.yml index 3a933b5..6bb0656 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_form.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_form.yml @@ -1,5 +1,5 @@ -name: Bug Report -description: Report a bug for Basalt! +name: Bug Report w/ BETA form +description: Report a bug for Basalt (Using BETA form)! title: "bug: [TITLE]" labels: ["bug"] body: -- 2.49.1