Skip to content

Commit ab9d4e8

Browse files
authored
Create wiki_contribution.yml
1 parent f987fcf commit ab9d4e8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: 'Wiki Contribution'
2+
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.'
31+
placeholder: |-
32+
- Changed this.
33+
- Changed that.
34+
- Also changed this!
35+
validations:
36+
required: true

0 commit comments

Comments
 (0)