From 8ca9b850fc82940a902ed638375c40e50847d315 Mon Sep 17 00:00:00 2001 From: harshbhar0629 Date: Sat, 12 Oct 2024 11:57:26 +0530 Subject: [PATCH] Adding templates for BUG, Feature,Custom templates --- .github/ISSUE_TEMPLATE/bug_report.md | 59 +++++++++---------- .../ISSUE_TEMPLATE/custom_issue_template.md | 24 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 30 ++++++---- 3 files changed, 69 insertions(+), 44 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom_issue_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 56b8cb3..8f23c1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,39 +1,36 @@ --- -name: 🐞 Bug Report -about: Report a bug to help us improve the project -title: "[BUG] - " +name: "🐞 Bug Report" +about: "Report a bug in the NextJs-videoCall-WebApp." +title: "[Bug]: " labels: bug assignees: '' + --- -### 🐛 Bug Report +# 🐞 Bug Report -**Describe the bug** -A clear and concise description of what the bug is. +### 📋 Description + -**To Reproduce** +### ⚙️ Steps to Reproduce Steps to reproduce the behavior: -1. Go to '...' -2. Click on '...' -3. Scroll down to '...' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** -- OS: [e.g. macOS, Windows] -- Browser [e.g. Chrome, Firefox] -- Version [e.g. 22] - -**Smartphone (please complete the following information):** -- Device: [e.g. iPhone 12] -- OS: [e.g. iOS 14.5] -- Browser [e.g. Safari, Chrome] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. +1. +2. +3. + +### ✔️ Expected Behavior + + +### ❌ Actual Behavior + + +### 📷 Screenshots + + +### 🖥️ Environment (if applicable): +- **OS**: (e.g., Windows, macOS, Linux) +- **Browser**: (e.g., Chrome, Safari, Firefox) +- **Version**: (if relevant) + +### 🔧 Additional Information + diff --git a/.github/ISSUE_TEMPLATE/custom_issue_template.md b/.github/ISSUE_TEMPLATE/custom_issue_template.md new file mode 100644 index 0000000..f0ef3f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom_issue_template.md @@ -0,0 +1,24 @@ +--- +name: "💡 Custom Issue" +about: "Create a custom issue related to the NextJs-videoCall-WebApp." +title: "[Custom]: " +labels: enhancement, discussion +assignees: '' + +--- + +# 💡 Custom Issue + +### 📝 Description + + +### 🔍 Steps to Reproduce (if applicable) +1. +2. +3. + +### 🎯 Expected Outcome + + +### 📸 Screenshots or Additional Information + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 005d913..6f64749 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,21 +1,25 @@ --- -name: 🚀 Feature Request -about: Suggest an idea or a new feature for the project -title: "[FEATURE] - " -labels: enhancement +name: "🚀 Feature Request" +about: "Suggest a new feature or enhancement for the NextJs-VideoCall-WebApp." +title: "[Feature]: " +labels: enhancement, feature request assignees: '' + --- -### 🚀 Feature Request +# 🚀 Feature Request + +### 📝 Feature Description + -**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 [...] +### 🔧 How Will This Enhance the App? + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### 🎯 Use Cases + -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +### 📦 Suggested Implementation + -**Additional context** -Add any other context or screenshots about the feature request here. +### 📸 Additional Context + \ No newline at end of file