Skip to content

Commit

Permalink
Merge pull request #177 from smart-on-fhir/dtp/github-issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
Dtphelan1 authored Feb 6, 2024
2 parents 8f64b77 + b35ad68 commit dbb038b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce**
Steps to reproduce the behavior. A few things to consider including:
- Is the server an open server or closed?
- What requests are you making, or what methods aren't working as expected.
- What launch sequence are you using?

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

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

**Client-side (please complete the following information):**
- OS: [e.g. Windows, OS, iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Front-end Framework(s) [e.g. React, jQuery]

**Server-side (please complete the following information):**
- Node version: [e.g. v21.6.0]
- OS: [e.g. OS, Unix]
- Framework [e.g. Express, HAPI, none]
- Framework Version [e.g. 22]

**Additional context**
Add any other context about the problem here. If you have links to any deployed tools or webpages, they would be good to include.
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: ''
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 dbb038b

Please sign in to comment.