Compare commits

..

26 Commits

Author SHA1 Message Date
39c37e8c75 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-04 21:48:38 +02:00
09279289d1 Update README.md 2024-10-02 22:56:01 +02:00
8c77d28277 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:25:25 +02:00
b23cd0b61e Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:24:47 +02:00
691b67c30d Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:24:17 +02:00
250205aff0 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:20:37 +02:00
093ebee00a Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:19:49 +02:00
fa850e01d7 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 22:18:21 +02:00
6a5e6b5dfd Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 21:11:57 +02:00
8bba8f2215 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 21:10:22 +02:00
1b3e726c88 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 21:09:58 +02:00
337b520e54 Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 21:09:40 +02:00
589036ef0e Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml 2024-10-02 21:06:42 +02:00
708a6eed35
Update README.md 2024-09-20 13:10:13 +01:00
b8fda99ca1
Update README.md 2024-09-20 13:09:49 +01:00
78743a0ea3
Update README.md 2024-09-20 12:59:35 +01:00
73f2d27f8d
Update README.md 2024-09-20 12:42:34 +01:00
1a1cf1911e
Update README.md 2024-09-03 14:57:53 +01:00
3efc6d937f
Update BUG-REPORT.yml 2024-08-22 21:29:18 +01:00
e4ddd0489c
Update BUG-REPORT.yml 2024-08-22 21:26:36 +01:00
5b9a3d2c0f
Update BUG-REPORT.yml 2024-08-22 21:26:02 +01:00
326d6fc074
Create BUG-REPORT.yml 2024-08-22 21:25:24 +01:00
1065bde91b
Update README.md 2024-02-04 17:50:08 +00:00
e620b3bc3a
Update README.md 2024-01-25 15:17:06 +00:00
46ac2709f4
Update README.md 2024-01-25 15:16:30 +00:00
dc14d05c9f
Add needs-verification tag to new bugs 2024-01-24 01:59:54 +00:00
3 changed files with 76 additions and 2 deletions

57
.github/ISSUE_TEMPLATE/BUG-REPORT.yml vendored Normal file
View File

@ -0,0 +1,57 @@
name: In-Game Bug Report
description: File a bug report
labels: ["state/new", "type/bug"]
body:
- type: markdown
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 - copy and paste from `.bug` tool ingame.
validations:
required: true
- 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.
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 & 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

View File

@ -2,7 +2,7 @@
name: Bug Report name: Bug Report
about: Create a report to help us improve about: Create a report to help us improve
title: '' title: ''
labels: bug labels: bug,needs-verification
assignees: '' assignees: ''
--- ---

View File

@ -1,7 +1,24 @@
# Project Rubi-Ka Bug Tracker # Project Rubi-Ka Bug Tracker
### Issues by state
[![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/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! ## 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. - 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 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://git.project-rk.com/prk/issues/issues/new?template=.github%2fISSUE_TEMPLATE%2fBUG-REPORT.yml)