Make all issue template fields optional (#162)

Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
Sanjula Ganepola
2025-02-09 11:27:36 -06:00
committed by GitHub
parent 83c186c969
commit a299e7d1e7
3 changed files with 2 additions and 16 deletions

View File

@@ -11,8 +11,6 @@ body:
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:
@@ -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`.
placeholder: |
act version #.#.#
validations:
required: true
- type: input
id: github-repository-link
attributes:
@@ -88,8 +84,6 @@ body:
Describe the bug you encountered and share all steps to reproduce it.
placeholder: |
Bug description
validations:
required: true
- type: textarea
id: act-bug-report
attributes:

View File

@@ -11,8 +11,6 @@ body:
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:
@@ -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`.
placeholder: |
act version #.#.#
validations:
required: true
- type: textarea
id: feature-description
attributes:
@@ -30,6 +26,4 @@ body:
description: |
Describe the feature that you would like to see.
placeholder: |
Feature description
validations:
required: true
Feature description

View File

@@ -10,6 +10,4 @@ body:
description: |
Describe the documentation issue or enhancement.
placeholder: |
Description
validations:
required: true
Description