Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r authored Nov 11, 2024
1 parent a8683aa commit 3bf0ce7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Notice an issue? Create a report to help us improve
title: ''
labels: C-bug, needs-triage, not approved
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.

**Device (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]


**Additional context**
Add any other context about the problem here.

**Checkboxes**
- [ ] I have checked to make sure this issue has not already been reported
- [ ] I am reporting a bug, and not requesting a feature
- [ ] I read these checkboxes instead of just checking them all, and will not check this one
- [ ] This issue does not contain any private information (if it does, please email [email protected] instead!)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Suggest an idea for this project
title: ''
labels: C-feature-request, needs-triage
assignees: ''

---

**Feature Request**
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/tracking-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: Tracking issues for large collections of new features
title: 'Tracking Issue: XYZ'
labels: C-tracking-issue, needs-triage
assignees: ''

---

**Description**
Expand Down

0 comments on commit 3bf0ce7

Please sign in to comment.