Skip to content

Commit 97c0bc8

Browse files
committed
fix templates
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent 3f94365 commit 97c0bc8

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: 🐛 Bug Report
2-
title: '🐛 Bug: <short description of the bug>'
3-
about: Do you believe you have found a bug?
4-
labels:
5-
- 'require-triage'
1+
name: 🐞 Bug Report
2+
title: '🐞 Bug: <short description of the bug>'
3+
description: Do you believe you have found a bug?
4+
labels: 'require-triage'
65
type: Bug
76

87
body:
@@ -32,7 +31,6 @@ body:
3231
- type: textarea
3332
attributes:
3433
label: Platform
35-
render: text
3634
description: |
3735
UNIX: output of `uname -a`
3836
Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
@@ -52,7 +50,6 @@ body:
5250
required: true
5351

5452
- type: textarea
55-
labels: Minimal, Reproducible Example
5653
attributes:
5754
label: What steps will reproduce the bug?
5855
description: |

.github/ISSUE_TEMPLATE/2-feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🚀 Feature Request
22
title: '🚀 feature: <short description of the feature>'
3-
about: Do you want to make a feature request?
3+
description: 'Do you want to make a feature request?'
44
type: Feature
55
labels:
66
- "ideas"
@@ -27,8 +27,8 @@ body:
2727
validations:
2828
required: true
2929
- type: textarea
30-
attribute:
31-
description: |
30+
attributes:
31+
description: Please describe the feature you would like to see implemented.
3232
label: How should this be implemented in your opinion?
3333
- type: textarea
3434
attributes:

.github/ISSUE_TEMPLATE/4-question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ❓ Question
2-
about: Seeking help or have a question about usage?
2+
description: Seeking help or have a question about usage?
33
title: '❓ question: <short description of the question>'
44
labels:
55
- "question"

0 commit comments

Comments
 (0)