diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3829daa7291..23a802ad45b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request-or-anything-else.md b/.github/ISSUE_TEMPLATE/feature-request-or-anything-else.md new file mode 100644 index 00000000000..85eb1dc455e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request-or-anything-else.md @@ -0,0 +1,22 @@ +--- +name: Feature Request or anything else +about: Anything that is not a bug report +title: '' +labels: '' +assignees: '' + +--- + +NOTE: Before filing a ticket, please see the following URL: +https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help + +**Describe the issue** +A clear and concise description of what the feature request is. Please include details about what problem you are ultimately trying to solve (i.e. what are you building with HAPI FHIR) and how this feature would help. + +**Environment (please complete the following information):** + - HAPI FHIR Version + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + +**Additional context** +Add any other context about the problem here.