Add template for code maintenance task (#10251)

We need this to create issues to track work like "update venv.py to
address upcoming pip build system deprecation" since we no longer have a
blank issue template.
This commit is contained in:
ohemorange 2025-03-28 09:41:50 -07:00 committed by GitHub
parent 83510c1da5
commit 7d461a8dfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
.github/ISSUE_TEMPLATE/task.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Task
description: A codebase upkeep task such as managing deprecations and refactoring
title: "[Task]: "
type: Task
body:
- type: textarea
id: problem
attributes:
label: Task description
description: Describe the work that needs to happen, and why.
placeholder: >
For example, "In issue [link here], we noted that we cannot update [dependency] until
[something happens]. That thing has happened, so now we should update [dependency]."
validations:
required: true