From 49f8f9b1db67707b3bccb86cf44e87b74fd8f2db Mon Sep 17 00:00:00 2001 From: Sanidhya Kumar Verma Date: Sat, 22 Aug 2026 13:41:31 +0530 Subject: [PATCH] docs: update github issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 45 ++++++++++------------- .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.md | 22 +++++------ 3 files changed, 34 insertions(+), 38 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..888a4f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..92dfa81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..5fea747 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.