housekeeping.yaml 805 B

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