Skip to content

Commit

Permalink
Merge pull request #71 from target/colindean-more-issue-templatese
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
colindean authored Jan 12, 2022
2 parents e3fe4c4 + 1ad8186 commit b0929c9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
<!--
Include the following
1. Configuration example, reduced to the bare minimum that reproduces the problem.
2. Command invocation
3. If you are building from source, include the output of `make doctor` here, too.
-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Log output**
<!-- Do not screenshot text! Link to a gist for logs if they're more than 20 lines: https://gist.github.com -->


<!-- Delete all comment lines to save GitHub some byte storage! -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: New check
about: Suggest a new check
title: 'New check:'
labels: 'enhancement'
labels: enhancement
assignees: ''

---
Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/other-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Other feature request
about: Suggest an idea for this project
title: ''
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 b0929c9

Please sign in to comment.