Skip to content

Commit bb7e659

Browse files
committed
added Github templates
1 parent dc72e38 commit bb7e659

File tree

4 files changed

+115
-1
lines changed

4 files changed

+115
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Bug Report
2+
description: Create a report to help us improve the Catppuccin addon.
3+
labels:
4+
- bug
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Bug Description
10+
description: A clear and concise description of what the bug is.
11+
placeholder: What went wrong?
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: reproduction
16+
attributes:
17+
label: Steps to Reproduce
18+
description: How to trigger this bug?
19+
placeholder: |
20+
1. Open the Meteor Client GUI...
21+
2. Go to '...'
22+
3. Click on '....'
23+
validations:
24+
required: true
25+
- type: input
26+
id: addon-version
27+
attributes:
28+
label: Catppuccin Addon Version
29+
description: What version of the Catppuccin addon are you currently using?
30+
placeholder: v2.0.0
31+
validations:
32+
required: true
33+
- type: input
34+
id: mc-version
35+
attributes:
36+
label: Minecraft Version
37+
description: What version of Minecraft are you playing on?
38+
placeholder: 1.21.4
39+
validations:
40+
required: true
41+
- type: checkboxes
42+
id: checks
43+
attributes:
44+
label: Pre-submission Checks
45+
description: Please confirm the following before submitting your report.
46+
options:
47+
- label: >-
48+
This bug wasn't already reported (I have searched bug reports on
49+
GitHub).
50+
required: true
51+
- label: >-
52+
I have reproduced this issue on the latest version of the Catppuccin
53+
addon.
54+
required: true
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature Suggestion
2+
description: Suggest a new feature or enhancement for the Catppuccin addon.
3+
labels:
4+
- enhancement
5+
body:
6+
- type: textarea
7+
id: feature-description
8+
attributes:
9+
label: Feature Description
10+
description: A clear and concise description of the feature you'd like to see.
11+
placeholder: I would like to have a feature that does...
12+
validations:
13+
required: true
14+
- type: checkboxes
15+
id: checks
16+
attributes:
17+
label: Pre-submission Checks
18+
description: Please confirm the following before submitting your suggestion.
19+
options:
20+
- label: >-
21+
I have checked the latest version of the Catppuccin addon and
22+
confirmed this feature doesn't exist yet.
23+
required: true
24+
- label: >-
25+
This feature wasn't already suggested (I have searched existing
26+
issues on GitHub).
27+
required: true
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Version Request
2+
description: Request support for a specific Minecraft version.
3+
labels:
4+
- version request
5+
body:
6+
- type: input
7+
id: requested-version
8+
attributes:
9+
label: Requested Version
10+
description: Which Minecraft version do you want us to support?
11+
placeholder: 1.20.1
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: additional-context
16+
attributes:
17+
label: Additional Context (Optional)
18+
description: Why do you need this specific version?
19+
placeholder: I play on a server that hasn't updated yet...
20+
- type: checkboxes
21+
id: checks
22+
attributes:
23+
label: Pre-submission Checks
24+
description: Please confirm the following before submitting your request.
25+
options:
26+
- label: >-
27+
I have checked the latest release and confirmed this version is not
28+
currently supported.
29+
required: true
30+
- label: >-
31+
This version hasn't been requested already (I have searched existing
32+
issues on GitHub).
33+
required: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
<p align="center">
16-
<b>⚠️ v2.0 Visual Overhaul ⚠️</b><br>
16+
<a href="https://github.com/X-C-0/catppuccin-addon/releases/tag/v2.0.0"><b>⚠️ v2.0 Visual Overhaul ⚠️</b></a><br>
1717
<i>Harder, Better, Faster, Stronger</i>
1818
</p>
1919

0 commit comments

Comments
 (0)