2021-03-08 14:35:37 -05:00
|
|
|
---
|
|
|
|
name: 🐛 Bug Report
|
2021-04-20 11:37:03 -04:00
|
|
|
description: Report a reproducible bug in the current release of NetBox
|
2021-03-08 14:35:37 -05:00
|
|
|
labels: ["type: bug"]
|
|
|
|
body:
|
2021-03-08 14:49:26 -05:00
|
|
|
- type: markdown
|
2021-03-08 14:59:21 -05:00
|
|
|
attributes:
|
2021-04-30 16:08:50 -04:00
|
|
|
value: >
|
2021-04-30 15:54:43 -04:00
|
|
|
**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.
|
2021-03-08 14:35:37 -05:00
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: NetBox version
|
2021-11-05 13:26:18 -04:00
|
|
|
description: What version of NetBox are you currently running?
|
2022-01-03 11:00:23 -05:00
|
|
|
placeholder: v3.1.4
|
2021-03-08 14:35:37 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
attributes:
|
|
|
|
label: Python version
|
2021-04-30 16:08:50 -04:00
|
|
|
description: What version of Python are you currently running?
|
2021-03-08 14:35:37 -05:00
|
|
|
options:
|
2021-09-29 09:18:57 -04:00
|
|
|
- "3.7"
|
|
|
|
- "3.8"
|
|
|
|
- "3.9"
|
2021-03-08 14:35:37 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Steps to Reproduce
|
2021-04-30 16:08:50 -04:00
|
|
|
description: >
|
2021-04-30 15:54:43 -04:00
|
|
|
Describe in detail the exact steps that someone else can take to
|
|
|
|
reproduce this bug using the current stable release of NetBox. Begin with the
|
|
|
|
creation of any necessary database objects and call out every operation being
|
|
|
|
performed explicitly. If reporting a bug in the REST API, be sure to reconstruct
|
2021-05-17 13:10:49 -04:00
|
|
|
the raw HTTP request(s) being made: Don't rely on a client library such as
|
|
|
|
pynetbox. Additionally, **do not rely on the demo instance** for reproducing
|
2021-05-17 13:18:02 -04:00
|
|
|
suspected bugs, as its data is prone to modification or deletion at any time.
|
2021-03-08 14:35:37 -05:00
|
|
|
placeholder: |
|
2021-03-08 14:37:11 -05:00
|
|
|
1. Click on "create widget"
|
|
|
|
2. Set foo to 12 and bar to G
|
|
|
|
3. Click the "create" button
|
2021-03-08 14:35:37 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Expected Behavior
|
2021-04-30 16:08:50 -04:00
|
|
|
description: What did you expect to happen?
|
|
|
|
placeholder: A new widget should have been created with the specified attributes
|
2021-03-08 14:39:26 -05:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-03-08 14:35:37 -05:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Observed Behavior
|
2021-04-30 16:08:50 -04:00
|
|
|
description: What happened instead?
|
|
|
|
placeholder: A TypeError exception was raised
|
2021-03-08 14:39:26 -05:00
|
|
|
validations:
|
|
|
|
required: true
|