-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #178 Add issue annd PR templates
- Loading branch information
Showing
4 changed files
with
73 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,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
<!--Steps to reproduce the behavior--> | ||
|
||
**Expected behavior** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
**Logs** | ||
<!-- Please add logs in case of any crash or applicable error. --> | ||
|
||
**Screenshots** | ||
<!-- If applicable, add screenshots to help explain your problem. --> | ||
|
||
**Smartphone Info:** | ||
|
||
| | | | ||
|---------------|---| | ||
|Device |<!-- [e.g. Redmi K20] -->| | ||
|Android Version|<!-- [e.g. Oreo 8.1] --> | | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> | ||
|
||
**Would you like to work on the issue?** | ||
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. --> |
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 @@ | ||
--- | ||
name: Chore | ||
about: Issues related to docs, workflow, dependency and others | ||
|
||
--- | ||
|
||
**Describe the chore** | ||
<!-- A clear and concise description of what you want to do. --> | ||
|
||
**Would you like to work on the issue?** | ||
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. --> |
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 a feature for this project | ||
|
||
--- | ||
|
||
**Describe the feature you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Screenshots** | ||
<!-- Add screenshots to provide context or UI mockup if possible --> | ||
|
||
**Additional context** | ||
<!-- Add any other context about the problem here. --> | ||
|
||
**Would you like to work on the issue?** | ||
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. --> |
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,12 @@ | ||
|
||
Fixes #[Add issue number here. If you solve the issue entirely, else please change the message e.g. "First steps or Part of for issues #IssueNumber] | ||
|
||
Changes: [Add here what changes were made in this issue and if possible provide links.] | ||
|
||
Screenshots for the change: | ||
|
||
Please make sure these boxes are checked before submitting your pull request - thanks! | ||
|
||
- [ ] Run `./gradlew spotlessCheck` to ensure the code formatting is maintained. | ||
|
||
- [ ] Run the unit tests with `./gradlew check` to make sure you didn't break anything |