Skip to content

Commit 533bf5f

Browse files
authored
Add issue template for extension request
Closes #1696
1 parent 0559d4d commit 533bf5f

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Report a bug and help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
12+
and include any logging information relevant to the issue.
13+
14+
Please search for existing issues before filing.
15+
16+
If you can reproduce the issue on vanilla VS Code,
17+
please file the issue at the VS Code repository instead.
18+
19+
Provide screenshots if applicable.
20+
21+
Please fill in the issue template and try to be as detailed
22+
and clear as possible!
23+
-->
24+
25+
- Web Browser:
26+
- Local OS:
27+
- Remote OS:
28+
- Remote Architecture:
29+
- `code-server --version`:
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Extension request
3+
about: Request an extension missing from the code-server marketplace
4+
title: ''
5+
labels: extension-request
6+
assignees: cmoog
7+
8+
---
9+
10+
<!--
11+
Details on the code-server extension marketplace are at
12+
13+
https://github.com/cdr/code-server/blob/master/doc/FAQ.md#whats-the-deal-with-extensions
14+
15+
Please fill in the issue template!
16+
-->
17+
18+
- [ ] Extension name:
19+
- [ ] Extension GitHub or homepage:

0 commit comments

Comments
 (0)