-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an issue template for deprecations
- Loading branch information
1 parent
89fa546
commit b1130ff
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: 🗑️ Deprecation | ||
description: The removal of an existing feature or resource | ||
labels: ["type: deprecation"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Proposed Changes | ||
description: > | ||
Describe in detail the proposed changes. What is being removed? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Justification | ||
description: Please provide justification for the proposed change(s). | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Impact | ||
description: List all areas of the application that will be affected by this change. | ||
validations: | ||
required: true |