Skip to content

Commit aac9a18

Browse files
committed
GitHub templates updated
1 parent bca1398 commit aac9a18

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ body:
2525
label: Version
2626
description: What version of our product are you running?
2727
options:
28-
- 2.3.1 (Latest)
29-
- 2.3.0
28+
- 2.4.1 (Latest)
29+
- 2.4.0
30+
- 2.3.x
3031
- 2.2.x
32+
- 2.1.0
33+
- 2.0.x
3134
- 1.x
32-
default: 0
3335
validations:
3436
required: true
3537
- type: textarea
@@ -46,8 +48,3 @@ body:
4648
attributes:
4749
label: Relevant log output
4850
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
49-
render: text
50-
- type: markdown
51-
attributes:
52-
value: |
53-
If you need to attach a file, create the issue and add it as a comment.

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ body:
1717
label: Version
1818
description: What version of our product are you running?
1919
options:
20-
- 2.3.1 (Latest)
21-
- 2.3.0
20+
- 2.4.1 (Latest)
21+
- 2.4.0
22+
- 2.3.x
2223
- 2.2.x
23-
- 2.1.x
24+
- 2.1.0
2425
- 2.0.x
2526
- 1.x
26-
default: 0
2727
validations:
2828
required: false
2929
- type: textarea
@@ -38,5 +38,4 @@ body:
3838
id: logs
3939
attributes:
4040
label: Relevant log output
41-
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
42-
render: text
41+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.

.github/ISSUE_TEMPLATE/REATURE_REQUEST.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body:
1414
options:
1515
- Library
1616
- App
17-
default: 0
1817
validations:
1918
required: true
2019
- type: textarea

0 commit comments

Comments
 (0)