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 d0cf645 commit 6451a44
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
labels: [bug, needs-triage]
about: Create a report to help us improve
---

<!-- Describe you environment by answering the questions below. Put your answers after the colon on each line. -->
### Environment
- [ ] Version of Docsy you are using:
- [ ] How are you using Docsy? As a:
- [ ] Hugo module
- [ ] NPM module
- [ ] Git submodule
- [ ] Other:
- [ ] Version of Hugo you are using (output of `hugo version`):
- [ ] OS:
- [ ] Linux
- [ ] macOS
- [ ] Windows
- [ ] Other:
### Problem
<!-- Concisely describe the problem you are seeing, ideally provide steps to reproduce it. -->
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 6451a44

Please sign in to comment.