Merge pull request #5 from sanidhyy/docs/update-github-issue-templates
docs: update github issue templates
This commit is contained in:
@@ -1,38 +1,31 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Something is not working as expected
|
||||||
title: ''
|
title: "[bug]: "
|
||||||
labels: ''
|
labels: ["bug"]
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A short description of what went wrong.
|
||||||
|
|
||||||
**To Reproduce**
|
**To reproduce**
|
||||||
Steps to reproduce the behavior:
|
1.
|
||||||
1. Go to '...'
|
2.
|
||||||
2. Click on '....'
|
3.
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
What you expected to happen.
|
||||||
|
|
||||||
**Screenshots**
|
**Screenshots / logs**
|
||||||
If applicable, add screenshots to help explain your problem.
|
If useful, add a screenshot or Metro / Xcode / Android Studio logs.
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
**Environment**
|
||||||
- OS: [e.g. iOS]
|
- Device: [e.g. iPhone 15, Pixel 8, iOS Simulator]
|
||||||
- Browser [e.g. chrome, safari]
|
- OS: [e.g. iOS 18, Android 15]
|
||||||
- Version [e.g. 22]
|
- Expo SDK: [e.g. 51] (skip if bare React Native)
|
||||||
|
- React Native: [e.g. 0.74]
|
||||||
**Smartphone (please complete the following information):**
|
- Node.js: [e.g. 20.11]
|
||||||
- Device: [e.g. iPhone6]
|
- Package manager: [npm / pnpm / yarn]
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
**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
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: "[feat]: "
|
||||||
labels: ''
|
labels: ["enhancement"]
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Problem**
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
What is missing or awkward today?
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
**Proposed solution**
|
||||||
A clear and concise description of what you want to happen.
|
What would you like to happen?
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
**Alternatives**
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
Anything else you considered?
|
||||||
|
|
||||||
**Additional context**
|
**Extra context**
|
||||||
Add any other context or screenshots about the feature request here.
|
Screenshots, links, or notes. If this is from a tutorial, mention which part.
|
||||||
|
|||||||
Reference in New Issue
Block a user