Преглед изворни кода

Add deployment type to bug report template

Jeremy Stretch пре 2 година
родитељ
комит
95a8415e2d
1 измењених фајлова са 11 додато и 2 уклоњено
  1. 11 2
      .github/ISSUE_TEMPLATE/bug_report.yaml

+ 11 - 2
.github/ISSUE_TEMPLATE/bug_report.yaml

@@ -10,16 +10,25 @@ body:
         installation. If you're having trouble with installation or just looking for
         installation. If you're having trouble with installation or just looking for
         assistance with using NetBox, please visit our
         assistance with using NetBox, please visit our
         [discussion forum](https://github.com/netbox-community/netbox/discussions) instead.
         [discussion forum](https://github.com/netbox-community/netbox/discussions) instead.
+  - type: dropdown
+    attributes:
+      label: Deployment Type
+      description: How are you running NetBox?
+      options:
+        - Self-hosted
+        - NetBox Cloud
+    validations:
+      required: true
   - type: input
   - type: input
     attributes:
     attributes:
-      label: NetBox version
+      label: NetBox Version
       description: What version of NetBox are you currently running?
       description: What version of NetBox are you currently running?
       placeholder: v3.6.6
       placeholder: v3.6.6
     validations:
     validations:
       required: true
       required: true
   - type: dropdown
   - type: dropdown
     attributes:
     attributes:
-      label: Python version
+      label: Python Version
       description: What version of Python are you currently running?
       description: What version of Python are you currently running?
       options:
       options:
         - "3.8"
         - "3.8"