Files
netbox/.github/ISSUE_TEMPLATE/03-performance.yaml
Jeremy Stretch b2af01c400 Update performance issue template (#21946)
* Update performance issue template

* Update .github/ISSUE_TEMPLATE/03-performance.yaml

Co-authored-by: Martin Hauser <mhauser@netboxlabs.com>
2026-04-16 23:13:16 +02:00

52 lines
1.6 KiB
YAML

---
name: 🏁 Performance
type: Performance
description: An opportunity to improve application performance
labels: ["netbox", "type: performance", "status: needs triage"]
body:
- type: input
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.5.8
validations:
required: true
- type: dropdown
attributes:
label: Python Version
description: What version of Python are you currently running?
options:
- "3.12"
- "3.13"
- "3.14"
validations:
required: true
- type: checkboxes
attributes:
label: Area(s) of Concern
description: Which application interface(s) are affected?
options:
- label: User Interface
- label: REST API
- label: GraphQL API
- label: Python ORM
- label: Other
validations:
required: true
- type: textarea
attributes:
label: Observations
description: >
Describe in detail the operations being performed and the indications of a performance issue. Include any
relevant testing parameters, benchmarks, and expected results.
validations:
required: true
- type: textarea
attributes:
label: Proposed Changes
description: >
What specific changes do you propose to improve application performance? (If you're not sure about this,
consider starting a [discussion](https://github.com/netbox-community/netbox/discussions/new/choose) instead.)
validations:
required: true