mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 06:13:54 +02:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user