We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c88e5e commit 61ff963Copy full SHA for 61ff963
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,4 +1,4 @@
1
-name: Bug Report
+name: Bug report
2
description: File a bug report
3
title: "[Bug]: "
4
labels: ["bug", "triage"]
.github/ISSUE_TEMPLATE/feature-request.md
@@ -1,13 +1,15 @@
---
name: Feature request
-about: Suggest an idea
-title: ""
5
-labels: feature
+about: Suggest an idea to improve code-server
+title: "[Feat]: "
+labels: enhancement
6
assignees: ""
7
8
9
-<!--
10
-Please search for existing issues before filing.
+## What is your suggestion?
11
12
-Please describe the feature as clearly as possible!
13
--->
+## Why do you want this feature?
+
+## Are there any workarounds to get this functionality today?
14
15
+## Are you interested in submitting a PR for this?
0 commit comments