File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments