-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add templates for issues and PRs (#3)
resolve #2
- Loading branch information
1 parent
6df8853
commit a4f534d
Showing
5 changed files
with
79 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,27 @@ | ||
--- | ||
name: Bug report | ||
title: 'BUG: ' | ||
about: Help us improve | ||
labels: 'bug' | ||
assignees: '' | ||
--- | ||
|
||
### What version of the package are you using? | ||
|
||
|
||
### Does this issue reproduce with the latest release? | ||
|
||
|
||
### What OS and CPU architecture are you using (`go env`)? | ||
|
||
|
||
### What did you do? | ||
|
||
<!-- | ||
If possible, provide steps and/or code to reproduce the problem | ||
--> | ||
|
||
### What did you expect to see? | ||
|
||
|
||
### What did you see instead? |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Veraison Zulip streams | ||
url: https://invalid.example | ||
about: Please ask and answer questions here. |
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: Docs issue | ||
title: 'DOCS: ' | ||
about: Report an issue regarding documentation | ||
labels: 'documentation' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Please describe the problem |
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,23 @@ | ||
--- | ||
name: "\U0001F4A1 Feature request" | ||
about: Suggest an idea for this project | ||
title: 'feature: ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
--- | ||
|
||
### Is your feature request related to a problem? Please describe | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
### If possible, describe a solution | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
### Describe alternatives you have considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
## Additional context | ||
|
||
Add any other context or screenshots about the feature request here. |
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,14 @@ | ||
### Description | ||
<!-- | ||
Please explain the changes you made here. | ||
Add a reference to a related issue in the repository. | ||
@mentions of the person or team responsible for reviewing proposed changes. | ||
--> | ||
|
||
### Checklist | ||
- [ ] Code compiles correctly | ||
- [ ] Created tests which fail without the change (if possible) | ||
- [ ] All tests passing | ||
- [ ] Extended the README / documentation, if necessary |