From 16dae02edd0d3865f860e5dbc90a4d8d8a7ffbee Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 6 Apr 2022 09:36:47 -0700 Subject: [PATCH] chore: add GitHub issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 37 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yaml | 5 ++++ .github/ISSUE_TEMPLATE/doc.md | 12 +++++++++ 3 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml create mode 100644 .github/ISSUE_TEMPLATE/doc.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000000..da864239ce22b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 + + + + + +## Expected + + + +## Actual + + + +## Logs + +## Screenshot + + + +## Notes + + diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000000000..954a135a93295 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/doc.md b/.github/ISSUE_TEMPLATE/doc.md new file mode 100644 index 0000000000000..53962bd36c94b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc.md @@ -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?