Skip to content

Commit 7500c1b

Browse files
authored
🔀 Merge #411: 🔖 Release v1.7.0
2 parents 8070253 + 4dd0844 commit 7500c1b

File tree

89 files changed

+10404
-2982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+10404
-2982
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
name: 🐛 Bug Report
2+
description: Report a problem or bug you encountered while using Animated Java
3+
title: 🐛 [BUG TITLE]
4+
labels:
5+
- 🐛 Bug
6+
assignees:
7+
- SnaveSutit
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: >-
12+
# 👋 Thank You for Creating a Bug Report!
13+
14+
Every issue that gets reported and fixed is an improvement for everyone
15+
using Animated Java!
16+
17+
Please fill out the following information to the best of your ability.
18+
Providing clear, and concise information will greatly improve the
19+
chances of your issue getting resolved!
20+
21+
- type: checkboxes
22+
id: confirmations
23+
attributes:
24+
label: 🛑 Before you Start
25+
description: >-
26+
Please confirm you have taken the following steps *before* creating a
27+
new issue!
28+
options:
29+
- label: >-
30+
I have searched [existing
31+
bug reports](https://github.com/Animated-Java/animated-java/labels/%F0%9F%90%9B%20Bug) for
32+
my problem.
33+
required: true
34+
- label: >-
35+
I have read the
36+
[F-A-Q](https://animated-java.dev/docs/resources/faq).
37+
required: true
38+
- label: >-
39+
I am using the [latest
40+
version](https://builds.animated-java.dev/latest) of Animated Java
41+
required: true
42+
- label: >-
43+
I will only report a single bug in this report. If I have found multiple
44+
bugs, I will create a separate report for each one.
45+
required: true
46+
47+
- type: markdown
48+
attributes:
49+
value: '---'
50+
51+
- type: textarea
52+
id: description
53+
attributes:
54+
label: 🗣️ Describe the bug
55+
description: >-
56+
A clear and concise description of the bug. You may include screenshots,
57+
videos, and other media as needed.
58+
placeholder: My lawnmower is producing large clumps of grass.
59+
validations:
60+
required: true
61+
62+
- type: textarea
63+
id: error
64+
attributes:
65+
label: ⚠️ Error Message
66+
description: The error message provided by Animated Java (If applicable)
67+
render: javascript
68+
placeholder: >-
69+
If you received an error message, please paste it here. If not, you can
70+
leave this field blank.
71+
72+
- type: textarea
73+
id: repro
74+
attributes:
75+
label: 🔄️ How to Reproduce
76+
description: >-
77+
A short explanation of how to reproduce the issue. Please include and
78+
`.ajblueprint` files that produce the issue if applicable.
79+
placeholder: |-
80+
1. Go to '...'
81+
2. Click on '....'
82+
3. Scroll down to '....'
83+
4. See error
84+
validations:
85+
required: true
86+
87+
- type: textarea
88+
id: expected
89+
attributes:
90+
label: ✅ Expected Behavior
91+
description: What you expected to happen when performing the above steps.
92+
placeholder: >-
93+
My lawnmower should produce small grass clippings that easily filter
94+
into the lawn.
95+
validations:
96+
required: true
97+
98+
- type: textarea
99+
id: solutions
100+
attributes:
101+
label: 💡 Solutions & Alternatives
102+
description: >-
103+
Any alternative solutions, or workarounds you've considered, and why
104+
they're not ideal.
105+
placeholder: >-
106+
- I could use a lawnmower bag, but I would need to purchase a bag, and
107+
empty it periodically while mowing.
108+
109+
- type: markdown
110+
attributes:
111+
value: |-
112+
# ⛰️ Environment
113+
114+
Provide details about your system and setup to help diagnose the issue.
115+
116+
- type: dropdown
117+
id: mc-version
118+
attributes:
119+
label: 🟩 Minecraft Version
120+
description: >-
121+
The version of Minecraft you're using. (Only versions supported by the
122+
latest version of Animated Java are listed).
123+
options:
124+
- 1.20.4
125+
- 1.20.5
126+
- 1.20.6
127+
- 1.21.1
128+
- 1.21.2
129+
- 1.21.3
130+
- 1.21.4
131+
validations:
132+
required: true
133+
134+
- type: input
135+
id: bb-version
136+
attributes:
137+
label: 🟦 Blockbench Version
138+
description: The version of Blockbench you're using.
139+
placeholder: E.g. 4.12.2
140+
validations:
141+
required: true
142+
143+
- type: dropdown
144+
id: os
145+
attributes:
146+
label: 💻 Operating System
147+
description: The operating system of the computer you're using Animated Java on.
148+
options:
149+
- Windows
150+
- Linux
151+
- MacOS
152+
validations:
153+
required: true
154+
155+
- type: textarea
156+
id: installed-bb-plugins
157+
attributes:
158+
label: 📃 Installed Blockbench Plugins
159+
description: Any Blockbench Plugins you have installed other than Animated Java.
160+
placeholder: |-
161+
- Geckolib Animation Utils
162+
- Cameras
163+
- Double Sided Cubes
164+
- etc...
165+
166+
- type: textarea
167+
id: environment
168+
attributes:
169+
label: ⛰️ Minecraft Environment
170+
description: >-
171+
A description of the Minecraft environment you're using, if it's not
172+
strictly a vanilla single-player world or server.
173+
placeholder: |
174+
## Server environment
175+
176+
I'm using a Paper server
177+
- Paper build #174 for MC 1.20.1
178+
179+
I have the following plugins installed:
180+
- Essentials
181+
- Slimefun
182+
- etc...
183+
184+
## Client Environment
185+
186+
I'm using a Fabric modded client.
187+
- Fabric loader 0.16.10 for Minecraft 1.20.1
188+
189+
I have the following mods installed:
190+
- Sodium 1.0.0
191+
- Starlight 1.0.0
192+
- Create 1.0.0

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: ✨ Feature Request
2+
description: Suggest a new feature or enhancement for Animated Java!
3+
title: ✨ [FEATURE TITLE]
4+
labels:
5+
- ✨ Enhancement
6+
assignees:
7+
- SnaveSutit
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: >-
12+
# 👋 Thank You for Opening a Feature Request!
13+
14+
Please fill out the following information to the best of your ability.
15+
Providing clear, and concise information will greatly improve the
16+
chances of your request getting implemented!
17+
18+
- type: checkboxes
19+
id: confirmations
20+
attributes:
21+
label: 🛑 Before you Start
22+
description: >-
23+
Please confirm you have taken the following steps *before* creating a
24+
new issue!
25+
options:
26+
- label: >-
27+
I have searched [existing
28+
feature requests](https://github.com/Animated-Java/animated-java/labels/%E2%9C%A8%20Enhancement) for
29+
my feature.
30+
required: true
31+
- label: >-
32+
I have read [the documentation](https://animated-java.dev/docs/), and I am sure this feature is not already implemented.
33+
required: true
34+
- label: >-
35+
I am using the [latest
36+
version](https://builds.animated-java.dev/latest) of Animated Java.
37+
required: true
38+
- label: >-
39+
I will only request a single feature in this request. If I have multiple
40+
feature requests, I will create a separate request for each one.
41+
required: true
42+
43+
- type: markdown
44+
attributes:
45+
value: '---'
46+
47+
- type: textarea
48+
id: description
49+
attributes:
50+
label: 📝 Description
51+
description: A clear and concise description of the problem or missing capability.
52+
placeholder: My lawnmower doesn't work on mars.
53+
validations:
54+
required: true
55+
56+
- type: textarea
57+
id: solution
58+
attributes:
59+
label: 💡 Describe the solution you'd like
60+
description: If you have a solution in mind, please describe it.
61+
placeholder: >-
62+
Combustion engines don't work without enough oxygen, so maybe we could
63+
use an electric engine instead?
64+
validations:
65+
required: true
66+
67+
- type: textarea
68+
id: alternatives
69+
attributes:
70+
label: 🧪 Describe alternatives you've considered
71+
description: Have you considered any alternative solutions or workarounds?
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
template: '🐛 Bug Fix'
3+
about: A PR that fixes a bug or issue
4+
title: '🐛 Fix (#[ISSUE-ID]) [OVERVIEW]'
5+
labels: '🐛 Bug'
6+
assignees: SnaveSutit
7+
---
8+
9+
Please follow the directions below to complete this bug fix PR template.
10+
11+
- Replace `[ISSUE-ID]` with the issue number that this bug fix is related to, or remove it, and the surrounding brackets (`#()`), if there is no issue.
12+
- Replace `[OVERVIEW]` with a brief description of the bug fix.
13+
- Fill out the following sections as described.
14+
- Delete this note before submitting the PR.
15+
16+
## Describe the fix
17+
18+
A clear and concise description of what the fix is, and how it resolves the issue.
19+
20+
## Additional context
21+
22+
Add any other context or screenshots about the bug fix here.
23+
24+
## Checklist
25+
26+
- [ ] I have read the [contribution guidelines](/CONTRIBUTING.md)
27+
- [ ] I have read the [code of conduct](/CODE_OF_CONDUCT.md)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
template: '✨ Implement Feature'
3+
about: A PR that implements a new feature or enhancement
4+
title: '✨ (#[ISSUE-ID]) [OVERVIEW]'
5+
labels: '✨ Enhancement'
6+
assignees: SnaveSutit
7+
---
8+
9+
Please follow the directions below to complete this feature PR template.
10+
11+
- Replace `[ISSUE-ID]` with the issue number that this feature is related to, or remove it, and the surrounding brackets (`#()`), if there is no issue.
12+
- Replace `[OVERVIEW]` with a brief description of the feature.
13+
- Fill out the following sections as described.
14+
- Delete these instructions before submitting the PR.
15+
16+
## Describe the feature
17+
18+
A clear and concise description of what the feature is.
19+
20+
## Additional context
21+
22+
Add any other context or screenshots about the feature request here.
23+
24+
## Checklist
25+
26+
- [ ] I have read the [contribution guidelines](/CONTRIBUTING.md)
27+
- [ ] I have read the [code of conduct](/CODE_OF_CONDUCT.md)

0 commit comments

Comments
 (0)