mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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 -->
|
||||
@@ -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
|
||||
@@ -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?
|
||||
@@ -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?
|
||||
Reference in New Issue
Block a user