-
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
1 parent
79fc6ef
commit 7981d7e
Showing
6 changed files
with
93 additions
and
17 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,32 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report about a feature that isn't working properly | ||
title: BUG - | ||
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. Tap on this button '....' | ||
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. | ||
|
||
## Device Info (please complete the following information): | ||
* Device: [e.g. iPhone14] | ||
* OS: [e.g. iOS 16.0] | ||
* App Version [e.g. v1.5] | ||
|
||
## 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 this project | ||
title: FEATURE - | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the feature you want the app to have that it currently doesn't | ||
* 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,13 @@ | ||
--- | ||
name: Improve a Feature | ||
about: Create a report to help us improve an existing feature | ||
title: IMPROVE - | ||
labels: improvement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the feature you want to improve | ||
|
||
|
||
## Describe alternatives 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 @@ | ||
# What it Does | ||
* Closes #issueNumber | ||
* Describe what your change does | ||
|
||
# How I Tested | ||
* Add a list of steps to show the functionality of your feature | ||
For example: | ||
* Run the application | ||
* Tap the (+) button | ||
* See this screen | ||
etc... | ||
|
||
# Notes | ||
* Anything else that should be noted about how you implemented this feature? | ||
|
||
# Screenshot | ||
* Add a screenshot of your new feature! OR show a screen recording of it in action. (On the simulator press Cmd + R to record, and the stop button when done). **This video should be no longer than 30 seconds.** |
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 was deleted.
Oops, something went wrong.