From a6d6f394a15b50b77409eb8c97d24080a7e6366d 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_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ 3 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..3a5929944 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: 'Bug report' +labels: 'Bug, NeedsTriage' +assignees: '' +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..3679ef246 --- /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. Please use our + discussion forum https://github.com/google/docsy/discussions for support! + Feel free to open an issue once your issue was confirmed by the docsy + maintainers and/or the docsy community. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..49273719f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,9 @@ +--- +name: Proposal +about: Propose a new feature for Docsy +title: '' +labels: 'Proposal, NeedsTriage' +assignees: '' +--- + +