-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug, feature request templates (#490)
* Added bug, feature request templates --------- Co-authored-by: Alexander Batishchev <[email protected]>
- Loading branch information
1 parent
17f732a
commit f236a36
Showing
3 changed files
with
49 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,21 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
**Version, target platform, OS** | ||
Which package and what version, is it the latest? | ||
What are the target platform and the OS? | ||
|
||
**Exception message, stack trace** | ||
If avaliable | ||
|
||
**Description** | ||
A clear and concise description of the issue | ||
|
||
**How to reproduce** | ||
Add here the steps to reproduce the issue | ||
|
||
**Additional context** | ||
Add any other context about the problem 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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for the project | ||
--- | ||
|
||
**Version, target platform, OS** | ||
Which package and what version, is it the latest? | ||
What are the target platform and the OS? | ||
|
||
**Describe the problem you are trying to solve.** | ||
Summary of the proposed changes | ||
|
||
**Available workarounds** | ||
Is it possible to achieve what you're asking for in a different way? | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request |
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,11 @@ | ||
## Description | ||
|
||
Resolves #xyz. | ||
|
||
A summary of the changes and which issue it resolves. | ||
|
||
## Checklist | ||
|
||
- [ ] Tests added | ||
- [ ] Version bumped | ||
- [ ] Changelog updated |