2
0

housekeeping.yaml 827 B

123456789101112131415161718192021222324
  1. ---
  2. name: 🏡 Housekeeping
  3. description: A change pertaining to the codebase itself (developers only)
  4. labels: ["type: housekeeping"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. **NOTE:** This template is for use by maintainers only. Please do not submit
  10. an issue using this template unless you have been specifically asked to do so.
  11. - type: textarea
  12. attributes:
  13. label: Proposed Changes
  14. description: >
  15. Describe in detail the new feature or behavior you'd like to propose.
  16. Include any specific changes to work flows, data models, or the user interface.
  17. validations:
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Justification
  22. description: Please provide justification for the proposed change(s).
  23. validations:
  24. required: true