Skip to content

Commit

Permalink
Merge pull request #82 from officeneerajsaini/issue-template
Browse files Browse the repository at this point in the history
[Feat] : update issue template
  • Loading branch information
Anishkagupta04 authored May 13, 2024
2 parents 8a84984 + a5802c9 commit 8805b1c
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 163 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_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.
69 changes: 0 additions & 69 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 📝 Documentation
about: Propose changes and improvements to ScrapQuest 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.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/docs.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/ISSUE_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.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/Issue_template/documentation.md

This file was deleted.

0 comments on commit 8805b1c

Please sign in to comment.