From 3445a55c2be0bc93f1c41fb8dd3460bfe40604e9 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 21 May 2020 11:54:05 -0400 Subject: [PATCH] Add issue template for extension request Closes #1696 --- .github/ISSUE_TEMPLATE/bug-report.md | 29 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/extension-request.md | 19 ++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 14 ++++++++++ .github/issue_template.md | 17 ------------ 4 files changed, 62 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/extension-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..10ed7edd0 --- /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 000000000..60fb06ed8 --- /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 000000000..42b9d8db9 --- /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 b7d16c521..eaafce942 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`: