diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..10ed7edd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report a bug and help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +- Web Browser: +- Local OS: +- Remote OS: +- Remote Architecture: +- `code-server --version`: diff --git a/.github/ISSUE_TEMPLATE/extension-request.md b/.github/ISSUE_TEMPLATE/extension-request.md new file mode 100644 index 00000000..60fb06ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/extension-request.md @@ -0,0 +1,19 @@ +--- +name: Extension request +about: Request an extension missing from the code-server marketplace +title: '' +labels: extension-request +assignees: cmoog + +--- + + + +- [ ] Extension name: +- [ ] Extension GitHub or homepage: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..42b9d8db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea +title: '' +labels: feature +assignees: '' + +--- + + diff --git a/.github/issue_template.md b/.github/issue_template.md index b7d16c52..eaafce94 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,21 +1,4 @@ - -- Web Browser: -- Local OS: -- Remote OS: -- Remote Architecture: -- `code-server --version`: