mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
27 lines
974 B
YAML
27 lines
974 B
YAML
---
|
|
name: 🏡 Housekeeping
|
|
about: A change pertaining to the codebase itself (developers only)
|
|
labels: ["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
|
|
- type: markdown
|
|
attributes:
|
|
value: "### Additional information
|
|
You can use the space below to provide any additional information or to attach files."
|