Skip to content

Add issue template for extension request #1707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug report
about: Report a bug and help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
and include any logging information relevant to the issue.

Please search for existing issues before filing.

If you can reproduce the issue on vanilla VS Code,
please file the issue at the VS Code repository instead.

Provide screenshots if applicable.

Please fill in the issue template and try to be as detailed
and clear as possible!
-->

- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
- `code-server --version`:
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/extension-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Extension request
about: Request an extension missing from the code-server marketplace
title: ''
labels: extension-request
assignees: cmoog

---

<!--
Details on the code-server extension marketplace are at

https://github.com/cdr/code-server/blob/master/doc/FAQ.md#whats-the-deal-with-extensions

Please fill in the issue template!
-->

- [ ] Extension name:
- [ ] Extension GitHub or homepage:
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea
title: ''
labels: feature
assignees: ''

---

<!--
Please search for existing issues before filing.

Please describe the feature as clearly as possible!
-->
17 changes: 0 additions & 17 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<!--
Please file all questions and support requests at https://www.reddit.com/r/codeserver/
The issue tracker is only for bugs.

Please see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
and include any logging information relevant to the issue.

Please search for existing issues before filing.

If you can reproduce the issue on vanilla VS Code,
please file the issue at the VS Code repository instead.

Please fill in the issue template and try to be as detailed
and clear as possible!
-->

- Web Browser:
- Local OS:
- Remote OS:
- Remote Architecture:
- `code-server --version`: