Skip to content

Commit

Permalink
Merge pull request #676 from suhanipaliwal/suhanipaliwal-patch-1
Browse files Browse the repository at this point in the history
Added issues templates
Niketkumardheeryan authored Jun 2, 2024
2 parents 8aa7733 + b5b1ed0 commit 83c2ad0
Showing 3 changed files with 80 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUES_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: 🪲 Bug Report
about: Create a bug report to help us resolving the bug
title: '🪲[Bug]: '
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**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. 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]

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUES_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 📝 Documentation
about: Propose changes and improvements to JobLane Docs.
title: '📝[Docs]: '
labels: 'enhancement'
assignees: ''
---

**What Docs changes are you proposing?**
Provide a clear description of the changes you're proposing for the documentation. Are you suggesting corrections, clarifications, additions, or updates?

**Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community?**
Explain the motivation behind the proposed changes and how they will benefit the community or users of the documentation.

**Describe the solution you'd like**
Provide a clear and concise description of the changes you'd like to see implemented in the documentation.

**Describe alternatives you've considered**
If you've thought about alternative approaches or solutions, briefly describe them here.

**Additional context**
Add any additional context, examples, or screenshots related to the proposed documentation changes.
20 changes: 20 additions & 0 deletions .github/ISSUES_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 💡 Feature Request
about: Suggest an interesting feature idea for this project
title: '💡[FEATURE]: '
labels: 'enhancement'
assignees: ''

---

**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 [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 83c2ad0

Please sign in to comment.