mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +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
|
||||
description: Suggest a new feature or improvement to Certbot
|
||||
title: "[Feature Request]: "
|
||||
labels: ["feature request"]
|
||||
type: Feature
|
||||
body:
|
||||
- type: textarea
|
||||
id: problem
|
||||
@@ -25,4 +25,3 @@ body:
|
||||
label: Alternatives Considered
|
||||
description: Have you considered any alternative solutions?
|
||||
placeholder: For example, "We considered Y, but Z is a better approach because..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user