Skip to content

Commit ce5664e

Browse files
committed
🔧 Test new Github issue forums feature
1 parent 6a3ca49 commit ce5664e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 🐛 Bug Report
2+
description: Report a problem or bug you encountered while using Animated Java
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Please fill out the sections below to help us reproduce and fix the issue you encountered.
8+
- type: input
9+
id: title
10+
attributes:
11+
label: Issue Title
12+
description: A clear and concise title that describes the issue you encountered.
13+
placeholder: Enter the issue title here
14+
validations:
15+
required: true

0 commit comments

Comments
 (0)