From dc14d05c9f223d0b1f4e143ad41d7d73d6b7d696 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 24 Jan 2024 01:59:54 +0000 Subject: [PATCH 01/26] Add needs-verification tag to new bugs --- .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 3644483..4ea131b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug Report about: Create a report to help us improve title: '' -labels: bug +labels: bug,needs-verification assignees: '' --- From 46ac2709f452ae27db3121543a009d4ce1bb85c2 Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 25 Jan 2024 15:16:30 +0000 Subject: [PATCH 02/26] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7e8abd9..a317ac1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Project Rubi-Ka Bug Tracker +![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/Fixed%20-%20Needs%20Verification) +![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification) + ## Please read before creating new bug tickets! - It's generally a good idea to ask on Discord first before raising a bug - you might be making a mistake with a command for example. From e620b3bc3a0d4dc50587571ec6df3cd24a8e4f89 Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 25 Jan 2024 15:17:06 +0000 Subject: [PATCH 03/26] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a317ac1..29bc13c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Project Rubi-Ka Bug Tracker -![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/Fixed%20-%20Needs%20Verification) -![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification) +- ![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/Fixed%20-%20Needs%20Verification) +- ![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification) ## Please read before creating new bug tickets! From 1065bde91b2ff11f43cbe02894b099846c6c30e4 Mon Sep 17 00:00:00 2001 From: Drake Date: Sun, 4 Feb 2024 17:50:08 +0000 Subject: [PATCH 04/26] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29bc13c..68098f3 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ - It's generally a good idea to ask on Discord first before raising a bug - you might be making a mistake with a command for example. - Please search before raising a new issue - if the bug you found already has an issue, you can add a comment to add extra info or to confirm it's still a bug - Please fill out the template, or at the very least, delete the sections which aren't relevant, to make it easier for a developer to read. + +## [Click here to open a new bug report](https://github.com/project-rubika/issues/issues/new?assignees=&labels=bug%2Cneeds-verification&projects=&template=bug_report.md&title=) From 326d6fc074e866cfa4639e50625a221183cb86cf Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:25:24 +0100 Subject: [PATCH 05/26] Create BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 57 +++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG-REPORT.yml diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml new file mode 100644 index 0000000..e554807 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -0,0 +1,57 @@ +name: Bug Report +about: File a bug report. +labels: ["bug", "needs-verification"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: repro + attributes: + label: Reproduction steps + description: "How do you trigger this bug? Please walk us through it step by step." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected results + description: "What did you expect to happen?" + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual results + description: "What actually happened?" + validations: + required: true + - type: input + id: prevalence + attributes: + label: Bug prevalence + description: "How often do you or others encounter this bug?" + placeholder: "Only once / Every time I login / Every time I talk to Mr Blake / etc." + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: "Please tell us any other relevant information, what you were doing at the time, etc." + validations: + required: true + - type: input + id: autoreport + attributes: + label: Report link + description: Link to automatically generated character report + validations: + required: true From 5b9a3d2c0f96f3170e0c472387509996c32f7705 Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:26:02 +0100 Subject: [PATCH 06/26] Update BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index e554807..31df149 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ name: Bug Report -about: File a bug report. +description: File a bug report. labels: ["bug", "needs-verification"] body: - type: markdown From e4ddd0489c8dd38479f475c01e0d521bd8191dcd Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:26:36 +0100 Subject: [PATCH 07/26] Update BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 31df149..b56f44e 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,5 +1,5 @@ -name: Bug Report -description: File a bug report. +name: In-Game Bug Report +description: File a bug report labels: ["bug", "needs-verification"] body: - type: markdown From 3efc6d937fc84a65bf87908e3baa816a1ad0df27 Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:29:18 +0100 Subject: [PATCH 08/26] Update BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index b56f44e..11ba3a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -15,7 +15,6 @@ body: 1. 2. 3. - ... render: bash validations: required: true @@ -24,6 +23,7 @@ body: attributes: label: Expected results description: "What did you expect to happen?" + render: bash validations: required: true - type: textarea @@ -31,6 +31,7 @@ body: attributes: label: Actual results description: "What actually happened?" + render: bash validations: required: true - type: input @@ -46,6 +47,7 @@ body: attributes: label: Description description: "Please tell us any other relevant information, what you were doing at the time, etc." + render: bash validations: required: true - type: input From 1a1cf1911eacb25f514ede50257e9e73f09346a5 Mon Sep 17 00:00:00 2001 From: Drake Date: Tue, 3 Sep 2024 14:57:53 +0100 Subject: [PATCH 09/26] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68098f3..7c5dab0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Project Rubi-Ka Bug Tracker -- ![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/Fixed%20-%20Needs%20Verification) +- ![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify) - ![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification) ## Please read before creating new bug tickets! From 73f2d27f8da0d95fd09b9f74f54921c6a8c88bb7 Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 20 Sep 2024 12:42:34 +0100 Subject: [PATCH 10/26] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c5dab0..99365c4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Project Rubi-Ka Bug Tracker -- ![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify) -- ![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification) +- [![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify)](https://github.com/project-rubika/issues/labels/fixed-please-verify) +- [![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification)](https://github.com/project-rubika/issues/labels/needs-verification) ## Please read before creating new bug tickets! From 78743a0ea3fac76b797c23b6acee87a3b5d23485 Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 20 Sep 2024 12:59:35 +0100 Subject: [PATCH 11/26] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99365c4..4d67627 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # Project Rubi-Ka Bug Tracker -- [![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify)](https://github.com/project-rubika/issues/labels/fixed-please-verify) -- [![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification)](https://github.com/project-rubika/issues/labels/needs-verification) +### Issues by need + +[![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify?label=Testing&color=%23f7d6a5)](https://github.com/project-rubika/issues/labels/fixed-please-verify) +[![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification?label=Verification&color=%239A2CD7)](https://github.com/project-rubika/issues/labels/needs-verification) +[![Issues which need refinement](https://img.shields.io/github/issues/project-rubika/issues/needs-refinement?label=Refinement&color=%23EB995D)](https://github.com/project-rubika/issues/labels/needs-refinement) +[![Issues which need to be split up](https://img.shields.io/github/issues/project-rubika/issues/needs-splitting?label=Splitting&color=%237A6C21)](https://github.com/project-rubika/issues/labels/needs-splitting) + + +### Issues by priority + +[![Critical issues](https://img.shields.io/github/issues/project-rubika/issues/priority-1?label=Critical&color=%23B60205)](https://github.com/project-rubika/issues/labels/priority-1) +[![High priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-2?label=High&color=%23D93F0B)](https://github.com/project-rubika/issues/labels/priority-2) +[![Medium priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-3?label=Medium&color=%23FBCA04)](https://github.com/project-rubika/issues/labels/priority-3) +[![Low priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-4?label=Low&color=%230E8A16)](https://github.com/project-rubika/issues/labels/priority-4) ## Please read before creating new bug tickets! From b8fda99ca1d51b773189c64305610d53fa9e93f3 Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 20 Sep 2024 13:09:49 +0100 Subject: [PATCH 12/26] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d67627..a87ea92 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification?label=Verification&color=%239A2CD7)](https://github.com/project-rubika/issues/labels/needs-verification) [![Issues which need refinement](https://img.shields.io/github/issues/project-rubika/issues/needs-refinement?label=Refinement&color=%23EB995D)](https://github.com/project-rubika/issues/labels/needs-refinement) [![Issues which need to be split up](https://img.shields.io/github/issues/project-rubika/issues/needs-splitting?label=Splitting&color=%237A6C21)](https://github.com/project-rubika/issues/labels/needs-splitting) +![Issues which need to be prioritised](https://img.shields.io/github/issues-search?query=repo%3Aproject-rubika%2Fissues%20is%3Aopen%20is%3Aissue%20-label%3Apriority-1%20-label%3Apriority-2%20-label%3Apriority-3%20-label%3Apriority-4&label=Prioritised&link=https%3A%2F%2Fgithub.com%2Fproject-rubika%2Fissues%2Fissues%3Fq%3Dis%253Aopen%2Bis%253Aissue%2B-label%253Apriority-1%2B-label%253Apriority-2%2B-label%253Apriority-3%2B-label%253Apriority-4) + ### Issues by priority From 708a6eed35e65b4400ae42138581b856be1875c1 Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 20 Sep 2024 13:10:13 +0100 Subject: [PATCH 13/26] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a87ea92..48a236f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification?label=Verification&color=%239A2CD7)](https://github.com/project-rubika/issues/labels/needs-verification) [![Issues which need refinement](https://img.shields.io/github/issues/project-rubika/issues/needs-refinement?label=Refinement&color=%23EB995D)](https://github.com/project-rubika/issues/labels/needs-refinement) [![Issues which need to be split up](https://img.shields.io/github/issues/project-rubika/issues/needs-splitting?label=Splitting&color=%237A6C21)](https://github.com/project-rubika/issues/labels/needs-splitting) -![Issues which need to be prioritised](https://img.shields.io/github/issues-search?query=repo%3Aproject-rubika%2Fissues%20is%3Aopen%20is%3Aissue%20-label%3Apriority-1%20-label%3Apriority-2%20-label%3Apriority-3%20-label%3Apriority-4&label=Prioritised&link=https%3A%2F%2Fgithub.com%2Fproject-rubika%2Fissues%2Fissues%3Fq%3Dis%253Aopen%2Bis%253Aissue%2B-label%253Apriority-1%2B-label%253Apriority-2%2B-label%253Apriority-3%2B-label%253Apriority-4) - +[![Issues which need to be prioritised](https://img.shields.io/github/issues-search?query=repo%3Aproject-rubika%2Fissues%20is%3Aopen%20is%3Aissue%20-label%3Apriority-1%20-label%3Apriority-2%20-label%3Apriority-3%20-label%3Apriority-4&label=Prioritised&link=https%3A%2F%2Fgithub.com%2Fproject-rubika%2Fissues%2Fissues%3Fq%3Dis%253Aopen%2Bis%253Aissue%2B-label%253Apriority-1%2B-label%253Apriority-2%2B-label%253Apriority-3%2B-label%253Apriority-4) +](https://github.com/project-rubika/issues/issues?q=is%3Aopen+is%3Aissue+-label%3Apriority-1+-label%3Apriority-2+-label%3Apriority-3+-label%3Apriority-4) ### Issues by priority From 589036ef0ede6baf2d444c846fb99d2e448c6484 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:06:42 +0200 Subject: [PATCH 14/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 11ba3a3..051497f 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,5 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report + value: {autoreport} validations: required: true From 337b520e540a48effe0a575c00e3aaf70560ed90 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:09:40 +0200 Subject: [PATCH 15/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 051497f..5f7df61 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: {autoreport} + value: ctx.FormString("autoreport") validations: required: true From 1b3e726c88cd3d2ccacecaaa0df3ba622e8b2b5f Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:09:58 +0200 Subject: [PATCH 16/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5f7df61..cac4f88 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: ctx.FormString("autoreport") + value: {{ctx.FormString("autoreport")}} validations: required: true From 8bba8f2215855e1980261aac66a4b4450282a9f3 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:10:22 +0200 Subject: [PATCH 17/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index cac4f88..9633237 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: {{ctx.FormString("autoreport")}} + value: {ctx.FormString("autoreport")} validations: required: true From 6a5e6b5dfd2d15239b1c0f3ff6b3a2c95f97db4f Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:11:57 +0200 Subject: [PATCH 18/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 9633237..af9d78f 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: {ctx.FormString("autoreport")} + value: {url} validations: required: true From fa850e01d715d91da4993fd1b1a0e4383441086e Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:18:21 +0200 Subject: [PATCH 19/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index af9d78f..11ba3a3 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,5 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: {url} validations: required: true From 093ebee00a46af900e017c454c9d6834bf10a3d6 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:19:49 +0200 Subject: [PATCH 20/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 11ba3a3..1e34d95 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -6,6 +6,15 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + Please copy and paste the custom report link from the bug report tool ingame into the report link field below. + This includes your character data, which we may require to fix the bug you reported. + - type: input + id: autoreport + attributes: + label: Report link + description: Link to automatically generated character report + validations: + required: true - type: textarea id: repro attributes: @@ -50,10 +59,3 @@ body: render: bash validations: required: true - - type: input - id: autoreport - attributes: - label: Report link - description: Link to automatically generated character report - validations: - required: true From 250205aff03cf423910ebe8944417273603ed307 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:20:37 +0200 Subject: [PATCH 21/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 1e34d95..89c41a6 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -6,13 +6,13 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - Please copy and paste the custom report link from the bug report tool ingame into the report link field below. + **Please copy and paste the custom report link** from the bug report tool ingame into the report link field below. This includes your character data, which we may require to fix the bug you reported. - type: input id: autoreport attributes: label: Report link - description: Link to automatically generated character report + description: Link to automatically generated character report - copy and paste from `.bug` tool ingame. validations: required: true - type: textarea From 691b67c30d3a69fffeb6b0610d18aecce433ee12 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:24:17 +0200 Subject: [PATCH 22/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 89c41a6..91e8da0 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -24,7 +24,6 @@ body: 1. 2. 3. - render: bash validations: required: true - type: textarea @@ -32,7 +31,6 @@ body: attributes: label: Expected results description: "What did you expect to happen?" - render: bash validations: required: true - type: textarea @@ -40,7 +38,6 @@ body: attributes: label: Actual results description: "What actually happened?" - render: bash validations: required: true - type: input From b23cd0b61ebad2301b28254199af0fc56fca2ca3 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:24:47 +0200 Subject: [PATCH 23/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 91e8da0..687e09f 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -53,6 +53,5 @@ body: attributes: label: Description description: "Please tell us any other relevant information, what you were doing at the time, etc." - render: bash validations: required: true From 8c77d2827707e1dc2a7d1cd9f8c2eda20d98d970 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:25:25 +0200 Subject: [PATCH 24/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 687e09f..d0f294a 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -51,7 +51,7 @@ body: - type: textarea id: description attributes: - label: Description - description: "Please tell us any other relevant information, what you were doing at the time, etc." + label: Description & Attachments + description: "Please tell us any other relevant information, what you were doing at the time, etc. Please also feel free to upload any attachments, e.g. screenshots or videos." validations: required: true From 09279289d12224116ec9a21a1853ebdcbc902f1a Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 22:56:01 +0200 Subject: [PATCH 25/26] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 48a236f..25bf1d7 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,24 @@ # Project Rubi-Ka Bug Tracker -### Issues by need +### Issues by state -[![Issues which need to be re-tested](https://img.shields.io/github/issues/project-rubika/issues/fixed-please-verify?label=Testing&color=%23f7d6a5)](https://github.com/project-rubika/issues/labels/fixed-please-verify) -[![Issues which need to be verified](https://img.shields.io/github/issues/project-rubika/issues/needs-verification?label=Verification&color=%239A2CD7)](https://github.com/project-rubika/issues/labels/needs-verification) -[![Issues which need refinement](https://img.shields.io/github/issues/project-rubika/issues/needs-refinement?label=Refinement&color=%23EB995D)](https://github.com/project-rubika/issues/labels/needs-refinement) -[![Issues which need to be split up](https://img.shields.io/github/issues/project-rubika/issues/needs-splitting?label=Splitting&color=%237A6C21)](https://github.com/project-rubika/issues/labels/needs-splitting) -[![Issues which need to be prioritised](https://img.shields.io/github/issues-search?query=repo%3Aproject-rubika%2Fissues%20is%3Aopen%20is%3Aissue%20-label%3Apriority-1%20-label%3Apriority-2%20-label%3Apriority-3%20-label%3Apriority-4&label=Prioritised&link=https%3A%2F%2Fgithub.com%2Fproject-rubika%2Fissues%2Fissues%3Fq%3Dis%253Aopen%2Bis%253Aissue%2B-label%253Apriority-1%2B-label%253Apriority-2%2B-label%253Apriority-3%2B-label%253Apriority-4) -](https://github.com/project-rubika/issues/issues?q=is%3Aopen+is%3Aissue+-label%3Apriority-1+-label%3Apriority-2+-label%3Apriority-3+-label%3Apriority-4) +[![Gitea Issues](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=state%2Ffixed&label=Fixed&color=%23bfe5bf)](https://git.project-rk.com/prk/issues/issues?labels=258) +[![Issues which need to be verified](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=state%2Fnew&label=New&color=%23fef2c0)](https://git.project-rk.com/prk/issues/issues?labels=264) +[![Issues which need refinement](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=state%2Funrefined&label=Unrefined&color=%23eb995d)](https://git.project-rk.com/prk/issues/issues?labels=262) ### Issues by priority -[![Critical issues](https://img.shields.io/github/issues/project-rubika/issues/priority-1?label=Critical&color=%23B60205)](https://github.com/project-rubika/issues/labels/priority-1) -[![High priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-2?label=High&color=%23D93F0B)](https://github.com/project-rubika/issues/labels/priority-2) -[![Medium priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-3?label=Medium&color=%23FBCA04)](https://github.com/project-rubika/issues/labels/priority-3) -[![Low priority issues](https://img.shields.io/github/issues/project-rubika/issues/priority-4?label=Low&color=%230E8A16)](https://github.com/project-rubika/issues/labels/priority-4) +[![Critical issues](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=priority%2F1&label=Critical&color=%23b60205)](https://git.project-rk.com/prk/issues/issues?labels=268) +[![High priority issues](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=priority%2F2&label=High&color=%23d93f0b)](https://git.project-rk.com/prk/issues/issues?labels=269) +[![Medium priority issues](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=priority%2F3&label=Medium&color=%23fbca04)](https://git.project-rk.com/prk/issues/issues?labels=270) +[![Low priority issues](https://img.shields.io/gitea/issues/open/prk/issues?gitea_url=https%3A%2F%2Fgit.project-rk.com&labels=priority%2F4&label=Low&color=%230e8a16)](https://git.project-rk.com/prk/issues/issues?labels=271) ## Please read before creating new bug tickets! +- Use the `.bug` command in game - it's much easier and will generate a character report for you! - It's generally a good idea to ask on Discord first before raising a bug - you might be making a mistake with a command for example. - Please search before raising a new issue - if the bug you found already has an issue, you can add a comment to add extra info or to confirm it's still a bug -- Please fill out the template, or at the very least, delete the sections which aren't relevant, to make it easier for a developer to read. +- Please follow the template to the best of your ability. -## [Click here to open a new bug report](https://github.com/project-rubika/issues/issues/new?assignees=&labels=bug%2Cneeds-verification&projects=&template=bug_report.md&title=) +## [Click here to open a new bug report](https://git.project-rk.com/prk/issues/issues/new?template=.github%2fISSUE_TEMPLATE%2fBUG-REPORT.yml) From 39c37e8c75f47036f111bf0354e32705794a46e5 Mon Sep 17 00:00:00 2001 From: Drake Date: Fri, 4 Oct 2024 21:48:38 +0200 Subject: [PATCH 26/26] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index d0f294a..de46a0c 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,6 @@ name: In-Game Bug Report description: File a bug report -labels: ["bug", "needs-verification"] +labels: ["state/new", "type/bug"] body: - type: markdown attributes: