mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-18 05:21:20 +01:00
Update bug_report.md
This commit is contained in:
parent
8f6752eb9a
commit
668ce8f1f9
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
39
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,14 +1,29 @@
|
|||||||
---
|
|
||||||
name: Report a bug
|
name: Report a bug
|
||||||
about: when something isn't working right.
|
description: when something isn't working right.
|
||||||
labels: bug
|
labels: bug
|
||||||
---
|
body:
|
||||||
<!--
|
- type: markdown
|
||||||
Thanks for submitting a bug report! Please answer the following questions:
|
attributes:
|
||||||
-->
|
value: |
|
||||||
|
Thanks for submitting a bug report! Please answer the following questions:
|
||||||
**What is your Quests version / build number (do _not_ say "latest")?**
|
- type: 'textarea'
|
||||||
|
attributes:
|
||||||
**Describe the problem and how to replicate it. Any console errors to post _using a pastebin_?**
|
label: 'What is your Quests version / build number (do _not_ say "latest")?'
|
||||||
|
description: 'You can find this using the `/quests info` command.'
|
||||||
**If applicable, can you provide an example quest from quests.yml _using a pastebin_?**
|
placeholder: 'The version used is...'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: 'textarea'
|
||||||
|
attributes:
|
||||||
|
label: 'Describe the problem and how to replicate it. Any console errors to post _using a paste service_?'
|
||||||
|
description: 'Popular services include Pastebin and Hastebin.'
|
||||||
|
placeholder: 'A problem I found is...'
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: 'textarea'
|
||||||
|
attributes:
|
||||||
|
label: 'If applicable, can you provide an example quest from quests.yml _using a paste service_?'
|
||||||
|
description: 'Do not upload the file itself.'
|
||||||
|
placeholder: 'A problem I found is...'
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user