From d9f8d809c8c9a6f4515d808b150efc1e22008eea Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 8 Mar 2021 14:49:26 -0500 Subject: [PATCH] Add introductory text for FRs and bug reports --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ++++++ .github/ISSUE_TEMPLATE/feature_request.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d5f4c5dad..3b92eefd3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -4,6 +4,12 @@ about: Report a reproducible bug in the current release of NetBox labels: ["type: bug"] issue_body: false body: + - type: markdown + attributes: + value: "**NOTE:** This form is only for reporting _reproducible bugs_ in a + current NetBox installation. If you're having trouble with installation or just + looking for assistance with using NetBox, please visit our + [discussion forum](https://github.com/netbox-community/netbox/discussions) instead." - type: input attributes: label: NetBox version diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4a736c6a0..bf3f66a32 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -4,6 +4,12 @@ about: Propose a new NetBox feature or enhancement labels: ["type: feature"] issue_body: false body: + - type: markdown + attributes: + value: "**NOTE:** This form is only for submitting well-formed proposals to extend or + modify NetBox in some way. If you're trying to solve a problem but can't figure out how, + or if you still need time to work on the details of a proposed new feature, please start + a [discussion](https://github.com/netbox-community/netbox/discussions) instead." - type: input attributes: label: NetBox version