chore: add GitHub issue templates (#889)

This commit is contained in:
Joe Previte
2022-04-06 10:59:22 -07:00
committed by GitHub
parent 02ad3f14f5
commit 8813788c28
3 changed files with 54 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
---
name: Bug report
about: Report a bug
title: "Bug: "
labels: "bug 🐛"
---
## 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
@@ -0,0 +1,5 @@
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
@@ -0,0 +1,12 @@
---
name: Documentation improvement
about: Suggest a documentation improvement
title: "Docs: "
labels: "documentation 📝"
---
## What is your suggestion?
## How will this improve the docs?
## Are you interested in submitting a PR for this?