housekeeping.yaml 823 B

1234567891011121314151617181920212223
  1. ---
  2. name: 🏡 Housekeeping
  3. about: A change pertaining to the codebase itself (developers only)
  4. labels: ["type: housekeeping"]
  5. issue_body: false
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: "**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: "Describe in detail the new feature or behavior you'd like to propose.
  15. Include any specific changes to work flows, data models, or the user interface."
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Justification
  21. description: "Please provide justification for the proposed change(s)."
  22. validations:
  23. required: true