mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: add GitHub issue templates (#889)
This commit is contained in:
@@ -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 -->
|
||||
@@ -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
|
||||
@@ -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?
|
||||
Reference in New Issue
Block a user