Skip to content

Commit 95a8415

Browse files
committed
Add deployment type to bug report template
1 parent e59ee3e commit 95a8415

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,25 @@ body:
1010
installation. If you're having trouble with installation or just looking for
1111
assistance with using NetBox, please visit our
1212
[discussion forum](https://github.com/netbox-community/netbox/discussions) instead.
13+
- type: dropdown
14+
attributes:
15+
label: Deployment Type
16+
description: How are you running NetBox?
17+
options:
18+
- Self-hosted
19+
- NetBox Cloud
20+
validations:
21+
required: true
1322
- type: input
1423
attributes:
15-
label: NetBox version
24+
label: NetBox Version
1625
description: What version of NetBox are you currently running?
1726
placeholder: v3.6.6
1827
validations:
1928
required: true
2029
- type: dropdown
2130
attributes:
22-
label: Python version
31+
label: Python Version
2332
description: What version of Python are you currently running?
2433
options:
2534
- "3.8"

0 commit comments

Comments
 (0)