We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3ca49 commit ce5664eCopy full SHA for ce5664e
.github/ISSUE_TEMPLATE/test.yml
@@ -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
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