Update report an issue action to open github issue with autogenerated issue template (#166)
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
22
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
22
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
@@ -3,6 +3,10 @@ description: Report a bug or issue.
|
||||
labels:
|
||||
- 'bug'
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
⭐ Most of the content for this bug report can be automatically generated by selecting `Help and Support` -> `Report an Issue` from any GitHub Local Actions view. ⭐
|
||||
- type: input
|
||||
id: github-local-actions-version
|
||||
attributes:
|
||||
@@ -76,14 +80,6 @@ body:
|
||||
render: sh
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: |
|
||||
Describe the bug you encountered and share all steps to reproduce it.
|
||||
placeholder: |
|
||||
Bug description
|
||||
- type: textarea
|
||||
id: act-bug-report
|
||||
attributes:
|
||||
@@ -103,4 +99,12 @@ body:
|
||||
[...]
|
||||
render: yml
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: Bug Description
|
||||
description: |
|
||||
Describe the bug you encountered and share all steps to reproduce it.
|
||||
placeholder: |
|
||||
Bug description
|
||||
Reference in New Issue
Block a user