Skip to content

Commit 6803b4c

Browse files
committed
infrastructure: add issue templates
1 parent d0cf645 commit 6803b4c

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
labels: [bug, needs-triage]
4+
about: Create a report to help us improve
5+
---
6+
7+
<!-- Describe you environment by answering the questions below. Put your answers after the colon on each line. -->
8+
9+
### Environment
10+
11+
- [ ] Version of Docsy you are using:
12+
- [ ] How are you using Docsy? As a:
13+
- [ ] Hugo module
14+
- [ ] NPM module
15+
- [ ] Git submodule
16+
- [ ] Other:
17+
- [ ] Version of Hugo you are using (output of `hugo version`):
18+
- [ ] OS:
19+
- [ ] Linux
20+
- [ ] macOS
21+
- [ ] Windows
22+
- [ ] Other:
23+
24+
### Problem
25+
26+
<!-- Concisely describe the problem you are seeing, ideally provide steps to reproduce it. -->

.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)