Introduce performance issue template (#21247)

This commit is contained in:
Jeremy Stretch
2026-01-21 17:34:01 -05:00
committed by GitHub
parent 339ad455e4
commit bc83d04c8f
6 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
name: 🏡 Housekeeping
type: Housekeeping
description: A change pertaining to the codebase itself (developers only)
labels: ["netbox", "type: housekeeping"]
body:
- type: markdown
attributes:
value: >
**NOTE:** This template is for use by maintainers only. Please do not submit
an issue using this template unless you have been specifically asked to do so.
- type: textarea
attributes:
label: Proposed Changes
description: >
Describe in detail the new feature or behavior you'd like to propose.
Include any specific changes to work flows, data models, or the user interface.
validations:
required: true
- type: textarea
attributes:
label: Justification
description: Please provide justification for the proposed change(s).
validations:
required: true