Skip to content

Commit 9cbd570

Browse files
committed
Create Issue templates
1 parent 315cf4d commit 9cbd570

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[BUG] "
4+
labels: ["bug"]
5+
assignees:
6+
- mackysoft
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Also tell us, what did you expect to happen?
17+
placeholder: Tell us what you see!
18+
value: "A bug happened!"
19+
validations:
20+
required: true
21+
- type: input
22+
id: version
23+
attributes:
24+
label: Package Version
25+
description: What version of this package were you running?
26+
placeholder: ex. 1.1.2
27+
validations:
28+
required: true
29+
- type: input
30+
id: unity-version
31+
attributes:
32+
label: Unity Version
33+
description: What version of Unity were you running?
34+
placeholder: ex. 2020.3.24f1
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Feature Request
2+
description: Suggest an idea for this library
3+
title: "[FEATURE] "
4+
labels: ["enhancement"]
5+
assignees:
6+
- mackysoft
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this feature request!
12+
- type: textarea
13+
id: feature-description
14+
attributes:
15+
label: Feature destription
16+
validations:
17+
required: true
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Improvement Request
2+
description: Suggest an improve for this library
3+
title: "[IMPROVE] "
4+
labels: ["enhancement"]
5+
assignees:
6+
- mackysoft
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this improvement request!
12+
- type: textarea
13+
id: improvement-description
14+
attributes:
15+
label: Improvement destription
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)