Skip to content

Commit

Permalink
Adding initial GitHub issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmcintosh authored Nov 13, 2020
1 parent 43c918c commit d6b8a94
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/anything-else.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Anything else
about: For any other issues, questions, feedback, etc
title: Please use a meaningful title
labels: ''
assignees: ''

---

Include any issue details here. Please don't leave this space blank.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a bug report for any problems you encounter
title: Please use a meaningful title
labels: ''
assignees: ''

---

**Bug description**
A clear and concise description of what the bug is.

**Step to reproduce**
Steps to reproduce the behavior. For example:
1. My config is '....'
2. Type '....'
3. Then type '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Output or code snippets**
If applicable, add code, links to commits, or terminal output to help explain your problem.

**Environment details**
Please include the output of `go version`. If you have any additional specific details about your environment to share please include them in the bug report.

**Additional context**
Add any other context about the problem here.

0 comments on commit d6b8a94

Please sign in to comment.