mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 21:32:17 -06:00
21 lines
568 B
YAML
21 lines
568 B
YAML
---
|
|
name: 🗑️ Feature Removal
|
|
type: Deprecation
|
|
description: The removal of a deprecated feature or resource
|
|
labels: ["netbox", "type: removal"]
|
|
body:
|
|
- type: input
|
|
attributes:
|
|
label: Deprecation Issue
|
|
description: Specify the issue in which this deprecation was announced.
|
|
placeholder: "#1234"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Summary of Changes
|
|
description: >
|
|
List all changes necessary to remove the deprecated feature or resource.
|
|
validations:
|
|
required: true
|