-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 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,20 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG] ___ doesn't work" | ||
labels: bug | ||
assignees: raub | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. ___ | ||
2. ___ | ||
3. ___ | ||
|
||
**Expected behavior** | ||
Description of what you expected to happen. |
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 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEAT] ____" | ||
labels: new | ||
assignees: raub | ||
|
||
--- | ||
|
||
**Describe the solution you'd like** | ||
Description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
Description of alternative solutions or features you've considered. |
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 @@ | ||
## Description | ||
<!-- A concise description of what the PR does. --> | ||
|
||
|
||
## Test Plan | ||
<!-- How can a reviewer test the changes included in this PR? --> | ||
1. | ||
2. | ||
3. | ||
|
||
|
||
## Checklist | ||
<!-- Ensure that your PR fulfills the following requirements --> | ||
- [ ] I've followed the code style. | ||
- [ ] I've tried running the code with my changes. | ||
- [ ] The docs and TS declarations are in sync with code changes. | ||
- [ ] (optional) I've added unit tests for my changes. |