mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
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:
@@ -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..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user