Skip to content

Commit

Permalink
infrastructure: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Feb 3, 2024
1 parent 82622a2 commit 3ab9b80
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
labels: [bug, needs-triage]
about: Create a report to help us improve
---

<!--
Please do not use the issue queue for questions or troubleshooting. Unless you are certain that your issue is a software defect, use the discussion forum of our repo:
https://github.com/google/docsy/discussions
-->

<!-- Please answer these questions before submitting your issue. Thanks! -->

### 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`)?

<pre>
$ hugo version
</pre>
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Enhancement proposal
labels: [enhancement, needs-triage]
---

<!-- Describe this new feature. Think about if it really belongs in the docsy theme; you may want to discuss it on https://github.com/google/docsy/discussions first. -->

0 comments on commit 3ab9b80

Please sign in to comment.