From 3c4d57f63b0a2c40540df76e8e84533397244692 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 31 Oct 2021 17:24:24 +0100 Subject: [PATCH] git: Added nightly checkbox to bug report template, fixed typo --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0fc187957..6e528699a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -34,6 +34,10 @@ body: placeholder: X.X.X validations: required: true +- type: checkboxes + attributes: + options: + - label: Nightly or built from sources - type: textarea attributes: label: Additional context? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 86794e641..1b28117cc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -18,4 +18,4 @@ body: - type: checkboxes attributes: options: - - label: I can provide PoC for that feature or am willing to work on it myself and submit a PR \ No newline at end of file + - label: I can provide a PoC for this feature or am willing to work on it myself and submit a PR \ No newline at end of file