03-performance.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. validations:
  12. required: true
  13. - type: dropdown
  14. attributes:
  15. label: Python Version
  16. description: What version of Python are you currently running?
  17. options:
  18. - "3.12"
  19. - "3.13"
  20. - "3.14"
  21. validations:
  22. required: true
  23. - type: checkboxes
  24. attributes:
  25. label: Area(s) of Concern
  26. description: Which application interface(s) are affected?
  27. options:
  28. - label: User Interface
  29. - label: REST API
  30. - label: GraphQL API
  31. - label: Python ORM
  32. - label: Other
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: Observations
  38. description: >
  39. Describe in detail the operations being performed and the indications of a performance issue. Include any
  40. relevant testing parameters, benchmarks, and expected results.
  41. validations:
  42. required: true
  43. - type: textarea
  44. attributes:
  45. label: Proposed Changes
  46. description: >
  47. What specific changes do you propose to improve application performance? (If you're not sure about this,
  48. consider starting a [discussion](https://github.com/netbox-community/netbox/discussions/new/choose) instead.)
  49. validations:
  50. required: true