Skip to content

Commit

Permalink
[chore] add issue templates (#352)
Browse files Browse the repository at this point in the history
* [chore] add issue templates

maybe this will help get better issues

* [fix] add dupe checkbox

* [fix] become slightly more sane

Co-authored-by: Eric Gallager <egall@gwmail.gwu.edu>

* [fix] add project name to template

Co-authored-by: Eric Gallager <egall@gwmail.gwu.edu>

* [fix] bad grammar

Co-authored-by: Eric Gallager <egall@gwmail.gwu.edu>

* [fix] add project name to feat template, standardize branding

---------

Co-authored-by: Eric Gallager <egall@gwmail.gwu.edu>
  • Loading branch information
rougetimelord and cooljeanius authored Oct 2, 2024
1 parent fe532d3 commit 09a415a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
name: Bug report
about: Create a report to help us improve Blue Blocker
title: "[bug]"
labels: bug
assignees: ''

body:
- type: markdown
attributes:
value: "Hi! Thank you for your bug report. We have a question for you to answer first."
- type: checkboxes
id: checked-dupes
attributes:
label: "Before you create your issue, have you checked if there is already an open issue related to the bug you encountered?"
description: "[Click here](https://github.com/kheina-com/Blue-Blocker/labels/bug) to check for open issues."
options:
- label: "Yes, I have made sure that this is not a duplicate issue"
required: "true"
---

**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 and console logs**
If applicable, add screenshots to help explain your problem. If there are console logs related to the bug, then please add them here, too.

**Please fill in the following information:**
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
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 idea for a new Blue Blocker feature
title: "[feat]"
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 09a415a

Please sign in to comment.