Skip to content

Commit

Permalink
Merge branch 'main' into dhower-qc/issue177
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc authored Oct 24, 2024
2 parents dac886c + 9737a34 commit a3b288d
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Report a bug in one or more tools
title: ''
labels: bug
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior:
1. On branch B,
1. Run '...'

**Text output/Error Messages**
If any

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/data-error.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Data Error
about: Report a data error in the database
title: ''
labels: data error
assignees: ''

---

**Current value and location**
Where is this data?

**Expected value**
What do you think the value(s) should be?
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 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 a3b288d

Please sign in to comment.