diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..a042faa67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,26 @@ +--- +name: Bug report +labels: [bug, needs-triage] +about: Create a report to help us improve +--- + + + +### Environment + +- [ ] Version of Docsy you are using: +- [ ] How are you using Docsy? As a: + - [ ] Hugo module + - [ ] NPM module + - [ ] Git submodule + - [ ] Other: +- [ ] Version of Hugo you are using (output of `hugo version`): +- [ ] OS: + - [ ] Linux + - [ ] macOS + - [ ] Windows + - [ ] Other: + +### Problem + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..2d8ed3414 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: SUPPORT, ISSUES, and TROUBLESHOOTING + url: https://github.com/google/docsy/discussions + about: + Please DO NOT use GitHub issues for support requests, instead start a + discussion thread at https://github.com/google/docsy/discussions. Feel + free to open an issue once your problem is confirmed by the docsy + maintainers and/or the docsy community. diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 000000000..54f3b73d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,6 @@ +--- +name: Enhancement proposal +labels: [enhancement, needs-triage] +--- + +