Skip to content

Commit 9778091

Browse files
authored
Task: Update issues templates (#343)
* update issue templates
1 parent 24cc228 commit 9778091

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug Report
22
description: Create a report to help us improve
33
labels: bug
4-
type: "Bug"
54
projects: "software-mansion/42"
65

76
body:
@@ -48,27 +47,39 @@ body:
4847
placeholder: "`elixir -v` output"
4948
validations:
5049
required: true
50+
51+
- type: input
52+
id: live-debugger-version
53+
attributes:
54+
label: "LiveDebugger version"
55+
placeholder: "`mix deps` output for LiveDebugger"
56+
validations:
57+
required: true
58+
5159
- type: input
5260
id: phoenix-version
5361
attributes:
5462
label: "Phoenix version"
5563
placeholder: "`mix deps` output for Phoenix"
5664
validations:
5765
required: true
66+
5867
- type: input
5968
id: liveview-version
6069
attributes:
6170
label: "Phoenix LiveView version"
6271
placeholder: "`mix deps` output for LiveView"
6372
validations:
6473
required: true
74+
6575
- type: input
6676
id: operating-system
6777
attributes:
6878
label: "Operating system"
6979
placeholder: "Your operating system"
7080
validations:
7181
required: true
82+
7283
- type: input
7384
id: browser
7485
attributes:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature Request
22
description: Suggest an idea for this project
3-
labels: enhancement
4-
type: "Feature"
3+
labels: feature
54
projects: "software-mansion/42"
65

76
body:

0 commit comments

Comments
 (0)