Skip to content

Commit

Permalink
chore: issue templates
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Bugs5382 committed Jun 24, 2024
1 parent 1f1fd97 commit a1c9d51
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug Report
about: Report a bug
labels: bug
---

## Search terms

<!-- Include keywords that might help others with the same problem find this issue -->

## Environment

- HL7 Client version:
- TypeScript version:
- Node.js version:
- OS:

Questions:

- Are you using the Node [HL7 Server](https://github.com/Bugs5382/node-hl7-server) package as your HL7 Server to connect to or a 3rd party system?

## Expected Behavior

<!-- How did you expect HL7 Client to work? -->

## Actual Behavior

<!-- What does HL7 Client fail to do? -->

## Steps to reproduce the bug

<!--
Please provide the code causing the issue, as comprehensively as possible.
If the issue is related to a specific HL7 message, please include the actual
message you sent. Ensure that any sensitive information is scrubbed and sanitized before sharing.
-->

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Question
about: Ask a question
labels: question
---

## Search terms

<!-- Include keywords that might help others with the same question find this issue -->

## Question

0 comments on commit a1c9d51

Please sign in to comment.