Skip to content

Commit 8009fb7

Browse files
committed
infrastructure: add issue templates
1 parent 82622a2 commit 8009fb7

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
labels: [bug, needs-triage]
4+
about: Create a report to help us improve
5+
---
6+
7+
<!--
8+
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:
9+
10+
https://github.com/google/docsy/discussions
11+
-->
12+
13+
<!-- Please answer these questions before submitting your issue. Thanks! -->
14+
15+
### What version of Docsy are you using?
16+
17+
### How did you install Docsy (hugo module, npm or git submodule)?
18+
19+
### What version of Hugo are you using (`hugo version`)?
20+
21+
<pre>
22+
$ hugo version
23+
</pre>

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: SUPPORT, ISSUES, and TROUBLESHOOTING
4+
url: https://github.com/google/docsy/discussions
5+
about:
6+
Please DO NOT use GitHub issues for support requests, instead start a
7+
discussion thread at https://github.com/google/docsy/discussions. Feel
8+
free to open an issue once your problem is confirmed by the docsy
9+
maintainers and/or the docsy community.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Enhancement proposal
3+
labels: [enhancement, needs-triage]
4+
---
5+
6+
<!-- 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 commit comments

Comments
 (0)