03-performance.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. name: 🏁 Performance
  3. type: Performance
  4. description: An opportunity to improve application performance
  5. labels: ["netbox", "type: performance", "status: needs triage"]
  6. body:
  7. - type: input
  8. attributes:
  9. label: NetBox Version
  10. description: What version of NetBox are you currently running?
  11. placeholder: v4.5.2
  12. validations:
  13. required: true
  14. - type: dropdown
  15. attributes:
  16. label: Python Version
  17. description: What version of Python are you currently running?
  18. options:
  19. - "3.12"
  20. - "3.13"
  21. - "3.14"
  22. validations:
  23. required: true
  24. - type: checkboxes
  25. attributes:
  26. label: Area(s) of Concern
  27. description: Which application interface(s) are affected?
  28. options:
  29. - label: User Interface
  30. - label: REST API
  31. - label: GraphQL API
  32. - label: Python ORM
  33. - label: Other
  34. validations:
  35. required: true
  36. - type: textarea
  37. attributes:
  38. label: Details
  39. description: >
  40. Describe in detail the operations being performed and the indications of a performance issue.
  41. Include any relevant testing parameters, benchmarks, and expected results.
  42. validations:
  43. required: true