Remove issue templates (#2109)

Per our product management conversation, we want to make
giving feedback as easy as possible initially.
This commit is contained in:
Ammar Bandukwala
2022-06-07 01:14:24 +00:00
committed by GitHub
parent 74d9fee444
commit 8f1380774a
4 changed files with 0 additions and 68 deletions
-37
View File
@@ -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
<!-- 1. -->
<!-- 2. -->
<!-- 3. -->
## Expected
<!-- What should happen? -->
## Actual
<!-- What actually happens? -->
## Logs
## Screenshot
<!-- Ideally provide a screenshot, gif, video or screen recording. -->
## Notes
<!-- Anything else you want to share -->
-5
View File
@@ -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
-12
View File
@@ -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?
-14
View File
@@ -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?