From a299e7d1e7783b21ea686ce46ebadce22225ee13 Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola <32170854+SanjulaGanepola@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:27:36 -0600 Subject: [PATCH] Make all issue template fields optional (#162) Signed-off-by: Sanjula Ganepola --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 6 ------ .github/ISSUE_TEMPLATE/2-feature_request.yml | 8 +------- .github/ISSUE_TEMPLATE/3-documentation_issue.yml | 4 +--- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 96f0ec8..e597721 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.yml b/.github/ISSUE_TEMPLATE/2-feature_request.yml index 9bff2e9..d52d435 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature_request.yml @@ -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 \ No newline at end of file + Feature description \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3-documentation_issue.yml b/.github/ISSUE_TEMPLATE/3-documentation_issue.yml index 422affa..3d05ca1 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation_issue.yml +++ b/.github/ISSUE_TEMPLATE/3-documentation_issue.yml @@ -10,6 +10,4 @@ body: description: | Describe the documentation issue or enhancement. placeholder: | - Description - validations: - required: true \ No newline at end of file + Description \ No newline at end of file