You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Inform about a Contribution that you want to make towards the wiki.'
3
+
4
+
title: '[WIKI] '
5
+
labels:
6
+
- 'wiki'
7
+
8
+
body:
9
+
- type: 'markdown'
10
+
attributes:
11
+
value: |-
12
+
## Please Read!
13
+
This Form is reserved for **Wiki Contributions only!**
14
+
15
+
- For Bugs or issues with QuickShop, open a [Bug Report](https://github.com/Ghost-chu/QuickShop-Reremake/issues/new?template=bug_report.yml&labels=bug).
16
+
- For performance issues with QuickShop, open a [Performance Report](https://github.com/Ghost-chu/QuickShop-Reremake/issues/new?template=performance.yml&labels=performance).
17
+
- Feature requests or other suggestions should be made in the [Discussions](https://github.com/Ghost-chu/QuickShop-Reremake/discussions).
18
+
19
+
Please fill out all required fields in their entirety and as detailed as possible. Failing to do so could get your issue closed without any warning.
20
+
- type: 'input'
21
+
attributes:
22
+
label: 'Repository URL'
23
+
description: 'Provide a URL to your GitHub Repository containing your Wiki changes.'
24
+
placeholder: 'https://github.com/example/repo'
25
+
validations:
26
+
required: true
27
+
- type: 'textarea'
28
+
attributes:
29
+
label: 'Changes'
30
+
description: 'Provide a list of all changes you made.'
0 commit comments