From 1f7fb46caded84af26c44dbb79da4a8a55152458 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:54:40 -0400 Subject: [PATCH] u --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report_plugin.yml | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 07bd54e..295a501 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: - type: textarea id: steps attributes: - label: Please enter Steps to reproduce the behavior. + label: Please enter steps to reproduce the behavior. validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/bug_report_plugin.yml b/.github/ISSUE_TEMPLATE/bug_report_plugin.yml index 5fea9bd..3225936 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_plugin.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_plugin.yml @@ -14,9 +14,9 @@ body: 3. Scroll down to '....' 4. See error - type: textarea - id: feature + id: steps attributes: - label: Please enter a clear and concise description of the bug. + label: Please enter steps to reproduce the behavior. validations: required: true - type: input @@ -54,13 +54,6 @@ body: description: pip install stashapp-tools --upgrade, pip install pyYAML validations: required: true - - type: textarea - id: steps-to-reproduce - attributes: - label: Steps To Reproduce - description: What are the steps used to reproduce this issue? - validations: - required: false - type: textarea id: expected-behavior attributes: