docs: update github issue templates

This commit is contained in:
Sanidhya Kumar Verma
2026-08-22 13:41:31 +05:30
parent 25677aea3c
commit 49f8f9b1db
3 changed files with 34 additions and 38 deletions
+19 -26
View File
@@ -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.
+5
View File
@@ -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.
+10 -12
View File
@@ -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.