From 8fd5dc809b17bd69f6c9478c5750023fdb727178 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 | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++ 3 files changed, 38 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..286fdd958 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +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: '' +--- + +