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