From 7052e183ddb6b1f2ca5afb1dc2d43bec942e5af7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 19 Jan 2022 14:52:14 -0700 Subject: [PATCH 1/5] chore: delete release issue template --- .github/ISSUE_TEMPLATE/release.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/release.md diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md deleted file mode 100644 index 2ca6b100bbf9..000000000000 --- a/.github/ISSUE_TEMPLATE/release.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Release -about: "*For maintainers only*" -title: "release: 0.0.0" -labels: "" -assignees: "@cdr/code-server-reviewers" ---- - - - -## Checklist - -- [ ] Assign to next release manager -- [ ] Close previous release milestone -- [ ] Create next release milestone -- [ ] Associate issue with next release milestone From 8ea7d479edacdaeaa8fc6f350434e030cf89de13 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 19 Jan 2022 15:20:34 -0700 Subject: [PATCH 2/5] chore: use bug-report form template --- .github/ISSUE_TEMPLATE/bug-report.md | 79 --------------------------- .github/ISSUE_TEMPLATE/bug-report.yml | 74 +++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 79 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index c0e804de52e0..000000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -name: Bug report -about: Report a bug and help us improve -title: "" -labels: "" -assignees: "" ---- - - - -## OS/Web Information - -- Web Browser: -- Local OS: -- Remote OS: -- Remote Architecture: -- `code-server --version`: - -## Steps to Reproduce - -1. -2. -3. - -## Expected - - - -## Actual - - - -## Logs - - - - - -## Screenshot - - - -## Notes - - - -This issue can be reproduced in VS Code: Yes/No diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000000..d20ccb6aba86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,74 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug", "triage"] +body: +- type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true +- type: textarea + attributes: + label: OS/Web Information + description: | + examples: + - **Web Browser**: Chrome + - **Local OS**: macOS + - **Remote OS**: Ubuntu + - **Remote Architecture**: amd64 + - **`code-server --version`**: 4.0.1 + value: | + - Web Browser: + - Local OS: + - Remote OS: + - Remote Architecture: + - `code-server --version`: + render: markdown + validations: + required: false +- type: textarea + attributes: + label: Expected + description: What should happen? + validations: + required: true +- type: textarea + attributes: + label: Actual + description: What actually happens? + validations: + required: true +- type: textarea + id: logs + attributes: + label: Logs + description: Run code-server with the --verbose flag and then paste any relevant logs from the server, from the browser console and/or the browser network tab. For issues with installation, include installation logs (i.e. output of `yarn global add code-server`). +- type: textarea + attributes: + label: Screenshot/Video + description: Please include a screenshot, gif or screen recording of your issue. + validations: + required: false +- type: checkboxes + attributes: + label: Does this issue happen in VS Code? + description: Please try reproducing this issue in VS Code + options: + - label: I cannot reproduce this in VS Code. + required: true +- type: checkboxes + attributes: + label: Are you accessing code-server over HTTPS? + description: code-server relies on service workers for many features. Double-check that you are using HTTPS. + options: + - label: I am using HTTPS. + required: true +- type: textarea + attributes: + label: Notes + description: Please include any addition notes that will help us resolve this issue. + validations: + required: false \ No newline at end of file From 85091fd3144a00c29018a0439e00eb4295b6da61 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 19 Jan 2022 15:20:44 -0700 Subject: [PATCH 3/5] chore: clean up config.yml for templates --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2f567fce310b..e24498346339 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Question - url: https://github.com/cdr/code-server/discussions/new?category_id=22503114 + - name: Question? + url: https://github.com/coder/code-server/discussions/new?category_id=22503114 about: Ask the community for help on our GitHub Discussions board - - name: Chat - about: Need immediate help or just want to talk? Hop in our Slack + - name: code-server Slack Community + about: Need immediate help or just want to talk? Hop in our Slack. Note - this Slack is not actively monitored by code-server maintainers. url: https://cdr.co/join-community From 9c88e5edf418823232c570df59135dcd3825dade Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 19 Jan 2022 15:22:02 -0700 Subject: [PATCH 4/5] chore: clean up doc issue template --- .github/ISSUE_TEMPLATE/doc.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md index ba63b11bdf8f..510e479f4c2b 100644 --- a/.github/ISSUE_TEMPLATE/doc.md +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -1,7 +1,13 @@ --- name: Documentation improvement about: Suggest a documentation improvement -title: "" +title: "[Docs]: " labels: "docs" -assignees: "" +assignees: "@jsjoeio" --- + +## What is your suggestion? + +## How will this improve the docs? + +## Are you interested in submitting a PR for this? From 1a44d9b8839642b048fe5816946208a9e910f132 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 19 Jan 2022 15:24:20 -0700 Subject: [PATCH 5/5] chore: clean up feature request template --- .github/ISSUE_TEMPLATE/bug-report.yml | 122 +++++++++++----------- .github/ISSUE_TEMPLATE/feature-request.md | 16 +-- 2 files changed, 70 insertions(+), 68 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d20ccb6aba86..230c2e67c400 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,74 +1,74 @@ -name: Bug Report +name: Bug report description: File a bug report title: "[Bug]: " labels: ["bug", "triage"] body: -- type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the existing issues - required: true -- type: textarea - attributes: - label: OS/Web Information - description: | - examples: - - **Web Browser**: Chrome - - **Local OS**: macOS - - **Remote OS**: Ubuntu - - **Remote Architecture**: amd64 - - **`code-server --version`**: 4.0.1 - value: | + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: OS/Web Information + description: | + examples: + - **Web Browser**: Chrome + - **Local OS**: macOS + - **Remote OS**: Ubuntu + - **Remote Architecture**: amd64 + - **`code-server --version`**: 4.0.1 + value: | - Web Browser: - Local OS: - Remote OS: - Remote Architecture: - `code-server --version`: - render: markdown - validations: - required: false -- type: textarea - attributes: - label: Expected - description: What should happen? - validations: - required: true -- type: textarea - attributes: - label: Actual - description: What actually happens? - validations: - required: true -- type: textarea + render: markdown + validations: + required: false + - type: textarea + attributes: + label: Expected + description: What should happen? + validations: + required: true + - type: textarea + attributes: + label: Actual + description: What actually happens? + validations: + required: true + - type: textarea id: logs attributes: label: Logs description: Run code-server with the --verbose flag and then paste any relevant logs from the server, from the browser console and/or the browser network tab. For issues with installation, include installation logs (i.e. output of `yarn global add code-server`). -- type: textarea - attributes: - label: Screenshot/Video - description: Please include a screenshot, gif or screen recording of your issue. - validations: - required: false -- type: checkboxes - attributes: - label: Does this issue happen in VS Code? - description: Please try reproducing this issue in VS Code - options: - - label: I cannot reproduce this in VS Code. - required: true -- type: checkboxes - attributes: - label: Are you accessing code-server over HTTPS? - description: code-server relies on service workers for many features. Double-check that you are using HTTPS. - options: - - label: I am using HTTPS. - required: true -- type: textarea - attributes: - label: Notes - description: Please include any addition notes that will help us resolve this issue. - validations: - required: false \ No newline at end of file + - type: textarea + attributes: + label: Screenshot/Video + description: Please include a screenshot, gif or screen recording of your issue. + validations: + required: false + - type: checkboxes + attributes: + label: Does this issue happen in VS Code? + description: Please try reproducing this issue in VS Code + options: + - label: I cannot reproduce this in VS Code. + required: true + - type: checkboxes + attributes: + label: Are you accessing code-server over HTTPS? + description: code-server relies on service workers for many features. Double-check that you are using HTTPS. + options: + - label: I am using HTTPS. + required: true + - type: textarea + attributes: + label: Notes + description: Please include any addition notes that will help us resolve this issue. + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 3f7411eefb6b..2f05a4f8b617 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,13 +1,15 @@ --- name: Feature request -about: Suggest an idea -title: "" -labels: feature +about: Suggest an idea to improve code-server +title: "[Feat]: " +labels: enhancement assignees: "" --- - +## Why do you want this feature? + +## Are there any workarounds to get this functionality today? + +## Are you interested in submitting a PR for this?