Skip to content

Commit

Permalink
chore(repo): add more specifics to issue template(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 26, 2024
1 parent d545d86 commit f218ec9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
---
name: Bug Report
about: Create a report about a potential bug in the project
title: ''
labels: bug, in-review
assignees: '@TheKevJames'
---

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

**To Reproduce**
Steps to reproduce the behavior:
1. With a project that looks like this...
2. Including these versions of the relevant dependencies...
3. Running these commands...
4. I get this result

**Expected Behavior**
A clear and concise description of what you expected to happen.

**Package Versions**
- coveralls [e.g. 3.3.1]
- coverage [e.g. 7.4.7]
- ...

**Trace Logs**
Provide coverage logs w/ DEBUG logging enabled (run `coverage debug ...`)
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: feature, in-review
assignees: '@TheKevJames'
---

**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 f218ec9

Please sign in to comment.