Skip to content

Commit 61ac8bc

Browse files
authored
Create bug_report.yml
1 parent a70d82f commit 61ac8bc

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: 'Bug Report'
2+
description: 'Report a bug with QuickShop to us.'
3+
4+
title: '[BUG] '
5+
labels:
6+
- 'bug'
7+
8+
body:
9+
- type: 'markdown'
10+
attributes:
11+
value: |-
12+
## Please Read!
13+
This Form is reserved for **Bug reports only!**
14+
15+
- For performance issues with QuickShop, open a [Performance Report](https://github.com/Ghost-chu/QuickShop-Reremake/issues/new?template=performance.yml&labels=performance).
16+
- For contributions towards the wiki, open a [Wiki Contribution](https://github.com/Ghost-chu/QuickShop-Reremake/issues/new?template=wiki_contribution.yml.yml&labels=wiki).
17+
18+
Please fill out all required fields in their entirety and as details as possible. Failing to do so could get your issue closed without any warning.
19+
- type: 'textarea'
20+
attributes:
21+
label: 'Description'
22+
description: |-
23+
Describe the bug as detailed as possible.
24+
You cann upload screenshots of the bug in the "screenshots" section further down.
25+
placeholder: 'When I used Quickshop did ... happen.'
26+
validations:
27+
required: true
28+
- type: 'textarea'
29+
attributes:
30+
label: 'Steps to reproduce'
31+
description: 'List your steps on how to reproduce this bug reliably here.'
32+
placeholder: |-
33+
1. Do something
34+
2. ...
35+
3. Bug!
36+
validations:
37+
required: true
38+
- type: 'textarea'
39+
attributes:
40+
label: 'Expected Behaviour'
41+
description: 'What did you expect QuickShop to do?'
42+
placeholder: 'QuickShop should ...'
43+
validations:
44+
required: true
45+
- type: 'textarea'
46+
attributes:
47+
label: 'Screenshots'
48+
description: |-
49+
Provide screenshots to show the bug, if possible.
50+
Gifs or Videos are also welcome if they can help explaining the issue.
51+
placeholder: 'When I used Quickshop did ... happen.'
52+
validations:
53+
required: true
54+
- type: 'input'
55+
attributes:
56+
label: '`/qs paste` URL'
57+
description: |-
58+
Please execute `/qs paste` in-game or `qs paste` in your server console.
59+
The plugin will generate a URL that you can then post in the field below.
60+
61+
If you can't create a paste, should you upload other files such as the `latest.log` file to https://paste.helpch.at and share the URL.
62+
63+
If QuickShop is unable to generate a Paste will it create a file under `plugins/QuickShop/`
64+
placeholder: 'https://paste.ubuntu.com/p/abc123/'
65+
validations:
66+
required: true
67+
- type: 'textarea'
68+
attributes:
69+
label: 'Additional Context'
70+
description: 'Feel free to include any info that may not fit any of the previous sections.'
71+
placeholder: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam ...'

0 commit comments

Comments
 (0)