Compare commits

..

No commits in common. "master" and "470-items-duplicate-during-trade" have entirely different histories.

3 changed files with 2 additions and 76 deletions

View File

@ -1,57 +0,0 @@
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
about: Create a report to help us improve
title: ''
labels: bug,needs-verification
labels: bug
assignees: ''
---

View File

@ -1,24 +1,7 @@
# 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!
- 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 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)
- 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.