-
Notifications
You must be signed in to change notification settings - Fork 4
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
84 changed files
with
4,867 additions
and
6,946 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,42 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: 'Bug: <title>' | ||
labels: bug,'review needed' | ||
assignees: '' | ||
--- | ||
|
||
## Describe the bug | ||
|
||
<!-- | ||
A clear and concise description of what the bug is. | ||
--> | ||
|
||
## Expected behavior | ||
|
||
<!-- | ||
A clear and concise description of what you expected to happen. | ||
--> | ||
|
||
## To Reproduce | ||
|
||
<!-- | ||
Steps to reproduce the behavior: | ||
--> | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
## Screenshots | ||
|
||
<!-- | ||
If applicable, add screenshots to help explain your problem. | ||
--> | ||
|
||
## 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,31 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: 'Request: <title>' | ||
labels: 'review needed' | ||
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 [...] | ||
--> | ||
|
||
## Describe the solution you'd like | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. | ||
--> | ||
|
||
## Describe alternatives you've 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,39 @@ | ||
<!-- | ||
**Please remember to always target `dev` in your pull requests.** | ||
**Please keep pull requests light. They will be easier to merge.** | ||
--> | ||
|
||
## Title | ||
|
||
<!-- | ||
Provide a succinct and descriptive title for the pull request, e.g., "Improve caching mechanism for API calls" | ||
--> | ||
|
||
## Type of Change | ||
|
||
- [ ] New feature | ||
- [ ] Bug fix | ||
- [ ] Documentation update | ||
- [ ] Refactoring | ||
- [ ] Hotfix | ||
- [ ] Security patch | ||
- [ ] UI/UX improvement | ||
|
||
## Description | ||
|
||
<!-- | ||
New feature, Bug fixing, or Improvement? | ||
Please include a summary of the change and which issue is fixed. Also include relevant motivation and context. | ||
--> | ||
|
||
## Related issue(s) | ||
|
||
- #X | ||
|
||
## Check list | ||
|
||
- [ ] Related issue / work item is attached | ||
- [ ] Changes are tested | ||
- [ ] Tests are written (if applicable) | ||
- [ ] Documentation is updated (if applicable) |
Oops, something went wrong.