diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-19 20:34:42 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-19 20:34:42 +0530 |
commit | 81bf0943eaa04069125dc683c418b65c2dbb7e25 (patch) | |
tree | 82967b64a1c757c5563af1ac56fc260964f24f7b | |
parent | b79f9e302d1f75edda18035e4efffc395b5710e5 (diff) | |
download | hypervideo-pre-81bf0943eaa04069125dc683c418b65c2dbb7e25.tar.lz hypervideo-pre-81bf0943eaa04069125dc683c418b65c2dbb7e25.tar.xz hypervideo-pre-81bf0943eaa04069125dc683c418b65c2dbb7e25.zip |
[docs] Fix bug report issue template
Closes #4393
-rw-r--r-- | .github/ISSUE_TEMPLATE/4_bug_report.yml | 2 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report.yml b/.github/ISSUE_TEMPLATE/4_bug_report.yml index dfc9529b7..412bb9757 100644 --- a/.github/ISSUE_TEMPLATE/4_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/4_bug_report.yml @@ -29,7 +29,7 @@ body: placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible validations: required: true - - type: checkboxes + - type: checkboxes id: verbose attributes: label: Provide verbose output that clearly demonstrates the problem diff --git a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml index ed1464c13..650ef208e 100644 --- a/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml +++ b/.github/ISSUE_TEMPLATE_tmpl/4_bug_report.yml @@ -29,4 +29,4 @@ body: placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible validations: required: true - %(verbose)s + %(verbose)s |