Skip to content

Commit 81a4dd7

Browse files
authored
Merge pull request #1707 from cdr/issue_templates
Add issue template for extension request
2 parents 0559d4d + 3445a55 commit 81a4dd7

File tree

4 files changed

+62
-17
lines changed

4 files changed

+62
-17
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+29
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`:
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:
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Please search for existing issues before filing.
12+
13+
Please describe the feature as clearly as possible!
14+
-->

.github/issue_template.md

-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
<!--
22
Please file all questions and support requests at https://www.reddit.com/r/codeserver/
33
The issue tracker is only for bugs.
4-
5-
Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
6-
and include any logging information relevant to the issue.
7-
8-
Please search for existing issues before filing.
9-
10-
If you can reproduce the issue on vanilla VS Code,
11-
please file the issue at the VS Code repository instead.
12-
13-
Please fill in the issue template and try to be as detailed
14-
and clear as possible!
154
-->
16-
17-
- Web Browser:
18-
- Local OS:
19-
- Remote OS:
20-
- Remote Architecture:
21-
- `code-server --version`:

0 commit comments

Comments
 (0)