docs: update github issue templates
This commit is contained in:
@@ -1,38 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
about: Something is not working as expected
|
||||
title: "[bug]: "
|
||||
labels: ["bug"]
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
A short description of what went wrong.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
**To reproduce**
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
What you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
**Screenshots / logs**
|
||||
If useful, add a screenshot or Metro / Xcode / Android Studio logs.
|
||||
|
||||
**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]
|
||||
**Environment**
|
||||
- Device: [e.g. iPhone 15, Pixel 8, iOS Simulator]
|
||||
- OS: [e.g. iOS 18, Android 15]
|
||||
- Expo SDK: [e.g. 51] (skip if bare React Native)
|
||||
- React Native: [e.g. 0.74]
|
||||
- Node.js: [e.g. 20.11]
|
||||
- Package manager: [npm / pnpm / yarn]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Anything else, including whether you followed a tutorial.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Report a security vulnerability
|
||||
url: mailto:sanidhyyy@gmail.com
|
||||
about: Do not file security reports as public GitHub issues.
|
||||
@@ -1,20 +1,18 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
title: "[feat]: "
|
||||
labels: ["enhancement"]
|
||||
---
|
||||
|
||||
**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 [...]
|
||||
**Problem**
|
||||
What is missing or awkward today?
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
**Proposed solution**
|
||||
What would you like to happen?
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
**Alternatives**
|
||||
Anything else you considered?
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
**Extra context**
|
||||
Screenshots, links, or notes. If this is from a tutorial, mention which part.
|
||||
|
||||
Reference in New Issue
Block a user