Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
14d5794869
3 changed files with 23 additions and 12 deletions
10
.github/ISSUE_TEMPLATE/blank.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/blank.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: Blank
|
||||||
|
about: Use this template when above two are not applicable
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: vishnuraghavb
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,31 +1,32 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: "[BUG]"
|
title: "[Bug]"
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: vishnuraghavb
|
assignees: vishnuraghavb
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
<!---A clear and concise description of what the bug is-->
|
||||||
|
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Tap on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
<!---A clear and concise description of what you expected to happen-->
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots**
|
||||||
If applicable, add screenshots to help explain your problem.
|
<!---If applicable, add screenshots to help explain your problem-->
|
||||||
|
|
||||||
**Device information (please complete the following information):**
|
**Device information (please complete the following information):**
|
||||||
- Android Version: [e.g. 8 or Oreo]
|
- Android Version: [e.g. 8 or Oreo]
|
||||||
- EnRecipes Version(as in app's about page): [e.g. 1.1.4]
|
- EnRecipes Version(as in app's about page): [e.g. 2.0.0]
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
<!---Add any other context about the problem here-->
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "[FEATURE REQUEST]"
|
title: "[Feature request]"
|
||||||
labels: enhancement
|
labels: enhancement
|
||||||
assignees: vishnuraghavb
|
assignees: vishnuraghavb
|
||||||
|
|
||||||
|
@ -11,13 +11,13 @@ assignees: vishnuraghavb
|
||||||
- [ ] I've checked the roadmap and my feature request is not listed there
|
- [ ] I've checked the roadmap and my feature request is not listed there
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**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 [...]
|
<!---A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Describe the solution you'd like**
|
||||||
A clear and concise description of what you want to happen.
|
<!---A clear and concise description of what you want to happen-->
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Describe alternatives you've considered**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
<!---A clear and concise description of any alternative solutions or features you've considered-->
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context or screenshots about the feature request here.
|
<!---Add any other context or screenshots about the feature request here-->
|
||||||
|
|
Loading…
Reference in a new issue