-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from IamSebastianDev/main
PR for V1.2.2 - Hotfix
- Loading branch information
Showing
7 changed files
with
220 additions
and
111 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,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**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,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
### Describe the feature you would like to see added: | ||
|
||
[Please describe the feature you would like to see added and how it would improve the project.] | ||
|
||
### Why do you believe this feature would be useful? | ||
|
||
[Please explain why you believe this feature would be useful and how it would benefit users of the project.] | ||
|
||
### Have you tried implementing this feature yourself, or have you seen it implemented in other projects? | ||
|
||
[Please provide any information you have on attempts to implement this feature or similar features in other projects.] | ||
|
||
### Additional information: | ||
|
||
[Please provide any additional information or context that may be helpful in understanding your 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,34 @@ | ||
## Description | ||
|
||
[Please provide a brief description of the changes you've made in this pull request.] | ||
|
||
## Changes Made | ||
|
||
[Please provide a detailed description of the changes you've made in this pull request. Use bullet points or numbered lists if necessary.] | ||
|
||
## Related Issues | ||
|
||
[Please list any related issues or pull requests.] | ||
|
||
## Checklist | ||
|
||
Please check off the following items by adding an `x` inside the brackets: | ||
|
||
- [ ] I have read and followed the contributing guidelines. | ||
- [ ] I have updated the documentation, if necessary. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] I have run the tests and they pass. | ||
- [ ] I have formatted my code according to the project's style guide. | ||
- [ ] I have added any necessary dependencies to the `package.json` file. | ||
|
||
## Performance | ||
|
||
[Please describe any changes to performance benchmarks that you have observed or measured.] | ||
|
||
## Accessibility | ||
|
||
[Please describe any accessibility considerations that you have taken into account.] | ||
|
||
## Additional Information | ||
|
||
[Please provide any additional information that may be helpful in reviewing this pull 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
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
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
Oops, something went wrong.