use type feature instead of label (#10247)

not doing this breaks our triage link which currently looks for
unlabeled issues
This commit is contained in:
Brad Warren
2025-03-27 21:36:16 +00:00
committed by GitHub
parent 0b51653def
commit 83510c1da5
+1 -2
View File
@@ -1,7 +1,7 @@
name: Feature Request name: Feature Request
description: Suggest a new feature or improvement to Certbot description: Suggest a new feature or improvement to Certbot
title: "[Feature Request]: " title: "[Feature Request]: "
labels: ["feature request"] type: Feature
body: body:
- type: textarea - type: textarea
id: problem id: problem
@@ -25,4 +25,3 @@ body:
label: Alternatives Considered label: Alternatives Considered
description: Have you considered any alternative solutions? description: Have you considered any alternative solutions?
placeholder: For example, "We considered Y, but Z is a better approach because..." placeholder: For example, "We considered Y, but Z is a better approach because..."