Fix order, and description/placeholders
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
35
.github/ISSUE_TEMPLATE/2-feature_request.yml
vendored
Normal file
35
.github/ISSUE_TEMPLATE/2-feature_request.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
name: 💡 Feature Request
|
||||
description: Suggest an idea for this project.
|
||||
labels:
|
||||
- 'enhancement'
|
||||
body:
|
||||
- type: input
|
||||
id: github-local-actions-version
|
||||
attributes:
|
||||
label: Github Local Actions Version
|
||||
description: |
|
||||
What version of `Github Local Actions` are you using? This can be obtained from the standard `Extensions` view.
|
||||
placeholder: |
|
||||
v#.#.#
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: act-version
|
||||
attributes:
|
||||
label: Act Version
|
||||
description: |
|
||||
What version of `nektos/act` are you using? This can be obtained from the `Components` view or by running `act --version`.
|
||||
placeholder: |
|
||||
act version #.#.#
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: Feature Description
|
||||
description: |
|
||||
Describe the feature that you would like to see.
|
||||
placeholder: |
|
||||
Feature description
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user