1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add introductory text for FRs and bug reports

This commit is contained in:
Jeremy Stretch
2021-03-08 14:49:26 -05:00
parent 03054b88aa
commit d9f8d809c8
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@ about: Report a reproducible bug in the current release of NetBox
labels: ["type: bug"] labels: ["type: bug"]
issue_body: false issue_body: false
body: 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 - type: input
attributes: attributes:
label: NetBox version label: NetBox version

View File

@ -4,6 +4,12 @@ about: Propose a new NetBox feature or enhancement
labels: ["type: feature"] labels: ["type: feature"]
issue_body: false issue_body: false
body: 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 - type: input
attributes: attributes:
label: NetBox version label: NetBox version