Make all issue template fields optional (#162)
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
6
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/1-bug_report.yml
vendored
@@ -11,8 +11,6 @@ body:
|
|||||||
What version of `Github Local Actions` are you using? This can be obtained from the standard `Extensions` view.
|
What version of `Github Local Actions` are you using? This can be obtained from the standard `Extensions` view.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
v#.#.#
|
v#.#.#
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: act-version
|
id: act-version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -21,8 +19,6 @@ body:
|
|||||||
What version of `nektos/act` are you using? This can be obtained from the `Components` view or by running `act --version`.
|
What version of `nektos/act` are you using? This can be obtained from the `Components` view or by running `act --version`.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
act version #.#.#
|
act version #.#.#
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: github-repository-link
|
id: github-repository-link
|
||||||
attributes:
|
attributes:
|
||||||
@@ -88,8 +84,6 @@ body:
|
|||||||
Describe the bug you encountered and share all steps to reproduce it.
|
Describe the bug you encountered and share all steps to reproduce it.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Bug description
|
Bug description
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: act-bug-report
|
id: act-bug-report
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
6
.github/ISSUE_TEMPLATE/2-feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/2-feature_request.yml
vendored
@@ -11,8 +11,6 @@ body:
|
|||||||
What version of `Github Local Actions` are you using? This can be obtained from the standard `Extensions` view.
|
What version of `Github Local Actions` are you using? This can be obtained from the standard `Extensions` view.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
v#.#.#
|
v#.#.#
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: input
|
- type: input
|
||||||
id: act-version
|
id: act-version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -21,8 +19,6 @@ body:
|
|||||||
What version of `nektos/act` are you using? This can be obtained from the `Components` view or by running `act --version`.
|
What version of `nektos/act` are you using? This can be obtained from the `Components` view or by running `act --version`.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
act version #.#.#
|
act version #.#.#
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
attributes:
|
attributes:
|
||||||
@@ -31,5 +27,3 @@ body:
|
|||||||
Describe the feature that you would like to see.
|
Describe the feature that you would like to see.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Feature description
|
Feature description
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
@@ -11,5 +11,3 @@ body:
|
|||||||
Describe the documentation issue or enhancement.
|
Describe the documentation issue or enhancement.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Description
|
Description
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
Reference in New Issue
Block a user