deprecation.yaml 682 B

123456789101112131415161718192021222324
  1. ---
  2. name: 🗑️ Deprecation
  3. description: The removal of an existing feature or resource
  4. labels: ["type: deprecation"]
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Proposed Changes
  9. description: >
  10. Describe in detail the proposed changes. What is being removed?
  11. validations:
  12. required: true
  13. - type: textarea
  14. attributes:
  15. label: Justification
  16. description: Please provide justification for the proposed change(s).
  17. validations:
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Impact
  22. description: List all areas of the application that will be affected by this change.
  23. validations:
  24. required: true