03-performance.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.8
  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: Observations
  39. description: >
  40. Describe in detail the operations being performed and the indications of a performance issue. Include any
  41. relevant testing parameters, benchmarks, and expected results.
  42. validations:
  43. required: true
  44. - type: textarea
  45. attributes:
  46. label: Proposed Changes
  47. description: >
  48. What specific changes do you propose to improve application performance? (If you're not sure about this,
  49. consider starting a [discussion](https://github.com/netbox-community/netbox/discussions/new/choose) instead.)
  50. validations:
  51. required: true