Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Templates: #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 28 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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
<!-- A clear and concise description of what the bug is. -->

**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
<!-- A clear description of what you expected to happen. -->

### ❌ Actual Behavior
<!-- A clear description of what actually happens. -->

### 📷 Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

### 🖥️ Environment (if applicable):
- **OS**: (e.g., Windows, macOS, Linux)
- **Browser**: (e.g., Chrome, Safari, Firefox)
- **Version**: (if relevant)

### 🔧 Additional Information
<!-- Include any other details that may help diagnose the issue. -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/custom_issue_template.md
Original file line number Diff line number Diff line change
@@ -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
<!-- Provide a detailed explanation of your issue or request. -->

### 🔍 Steps to Reproduce (if applicable)
1.
2.
3.

### 🎯 Expected Outcome
<!-- Describe what you expect to happen. -->

### 📸 Screenshots or Additional Information
<!-- Add screenshots, logs, or any additional information if applicable. -->
30 changes: 17 additions & 13 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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
<!-- A clear and concise description of the feature you're requesting. -->

**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?
<!-- Explain how the requested feature will improve the user experience or functionality. -->

**Describe the solution you'd like**
A clear and concise description of what you want to happen.
### 🎯 Use Cases
<!-- If applicable, provide use cases that illustrate the need for the feature. -->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
### 📦 Suggested Implementation
<!-- If you have suggestions on how to implement this feature, describe them here. -->

**Additional context**
Add any other context or screenshots about the feature request here.
### 📸 Additional Context
<!-- Add any other context, screenshots, or details that will help support your request. -->