Skip to content

chore: add GitHub issue templates #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bpmct in code-server, you added a link to our Slack community. Is that something we want to do here as well or are we fine with GitHub discussions?

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/doc.md
Original file line number Diff line number Diff line change
@@ -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?