Create BUG_REPORT.YML

Even though it is on Beta, attempt to use the nicer web form as opposed to the reporter-must-edit-markdown style.
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.YML b/.github/ISSUE_TEMPLATE/BUG_REPORT.YML
new file mode 100644
index 0000000..c81e668
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.YML
@@ -0,0 +1,55 @@
+name: Bug Report
+description: File a bug report
+title: "[Bug]: "
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!
+  - type: textarea
+    id: what-happened
+    attributes:
+      label: What happened?
+      description: Also tell us, what did you expect to happen?
+      placeholder: Tell us what you see!
+      value: "A bug happened!"
+    validations:
+      required: true
+  - type: textarea
+    id: output log
+    attributes:
+      label: Relevant log output
+      description: Please copy and paste any relevant standard log output.
+      render: shell
+  - type: textarea
+    id: output log
+    attributes:
+      label: cTAKES.error.log contents
+      description: Please copy and paste contents of the cTAKES.error.log file in your cTAKES root directory.
+      render: shell
+  - type: dropdown
+    id: version
+    attributes:
+      label: Version
+      description: What version of our software are you running?
+      options:
+        - 5.0.0
+    validations:
+      required: true
+  - type: dropdown
+    id: system
+    attributes:
+      label: What operating system are you seeing the problem on?
+      multiple: true
+      options:
+        - Windows
+        - Linux
+        - Mac
+  - type: input
+    id: contact
+    attributes:
+      label: Contact Details
+      description: How can we get in touch with you if we need more info?
+      placeholder: ex. email@example.com
+    validations:
+      required: false