Files
netbox/.github/ISSUE_TEMPLATE/07-feature_removal.yaml
2026-01-08 08:55:55 -05:00

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