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:
Sanjula Ganepola
2025-02-11 22:07:11 -05:00
committed by GitHub
parent 5103c8065f
commit 431ac5e6a8
8 changed files with 255 additions and 39 deletions

View File

@@ -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