diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 6c115c6b6c9e2..0000000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug report -about: Report a bug -title: "Bug: " -labels: ["bug :bug:", "needs grooming :razor:"] ---- - -## OS Information - -- OS: -- Browser (if applicable): -- Architecture: -- `coder --version`: - -## Steps to Reproduce - - - - - -## Expected - - - -## Actual - - - -## Logs - -## Screenshot - - - -## Notes - - diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index 954a135a93295..0000000000000 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: true -contact_links: - - name: Question? - url: https://github.com/coder/coder/discussions/new?category=q-a - about: Ask for help on our GitHub Discussions board diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md deleted file mode 100644 index 6c151ab10241f..0000000000000 --- a/.github/ISSUE_TEMPLATE/doc.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Documentation improvement -about: Suggest a documentation improvement -title: "Docs: " -labels: ["documentation :memo:", "needs grooming :razor:"] ---- - -## What is your suggestion? - -## How will this improve the docs? - -## Are you interested in submitting a PR for this? diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md deleted file mode 100644 index fb85f487eda0c..0000000000000 --- a/.github/ISSUE_TEMPLATE/feature.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Feature request -about: Suggest an idea to improve coder -title: "Feat: " -labels: ["new feature :sparkles:", "needs grooming :razor:"] ---- - -## What is your suggestion? - -## Why do you want this feature? - -## Are there any workarounds to get this functionality today? - -## Are you interested in submitting a PR for this?