-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding initial GitHub issue templates
- Loading branch information
1 parent
43c918c
commit d6b8a94
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |