Skip to content

Commit 61ff963

Browse files
committed
chore: clean up feature request template
1 parent 9c88e5e commit 61ff963

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug Report
1+
name: Bug report
22
description: File a bug report
33
title: "[Bug]: "
44
labels: ["bug", "triage"]
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
name: Feature request
3-
about: Suggest an idea
4-
title: ""
5-
labels: feature
3+
about: Suggest an idea to improve code-server
4+
title: "[Feat]: "
5+
labels: enhancement
66
assignees: ""
77
---
88

9-
<!--
10-
Please search for existing issues before filing.
9+
## What is your suggestion?
1110

12-
Please describe the feature as clearly as possible!
13-
-->
11+
## Why do you want this feature?
12+
13+
## Are there any workarounds to get this functionality today?
14+
15+
## Are you interested in submitting a PR for this?

0 commit comments

Comments
 (0)