From 8009fb7549514db5da2aa6b9d376cf24d5de09b6 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 3 Feb 2024 11:57:29 +0100 Subject: [PATCH] infrastructure: add issue templates --- .github/ISSUE_TEMPLATE/bug.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 6 ++++++ 3 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..9d9e056bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,23 @@ +--- +name: Bug report +labels: [bug, needs-triage] +about: Create a report to help us improve +--- + + + + + +### What version of Docsy are you using? + +### How did you install Docsy (hugo module, npm or git submodule)? + +### What version of Hugo are you using (`hugo version`)? + +
+$ hugo version
+
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] +--- + +