Commit 4f4ba689 authored by stephen scott tucker's avatar stephen scott tucker Committed by sstucker
Browse files

ISSUE_TEMPLATE folder (#77)

parent 60c3bffa
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
---
name: bug
about: Report a bug
title: "[BUG]: "
labels: bug
assignees: ''

---

* [ ] Did you search the [openfnirs forum](https://openfnirs.org/community/homer3-forum/) for a solution to this issue?
* [ ] Are you sure this isn't a duplicate [issue](https://github.com/BUNPC/Homer3/issues)?
* [ ] Have you consulted the [wiki](https://github.com/BUNPC/Homer3/wiki)?
* [ ] Are you reporting a bug (rather than making a request for a feature or for support)?

### Version of Homer3 you are using
*i.e. Homer3 vX.X.X; link to fork or branch*

### Your environment (MATLAB environment and OS)
*i.e. MATLAB Runtime R2021b, MATLAB R2017b; Windows 10 64-bit 21H1, MacOS 10.14*

### Description of the issue

**Steps to reproduce:**

**Expected behavior:**

**Actual behavior:**
+5 −0
Original line number Diff line number Diff line
blank_issues_enabled: true
contact_links:
  - name: openfnirs forum
    url: https://openfnirs.org/community/homer3-forum/
    about: Discussion on GitHub is limited to the development of Homer3. For support from the Homer3 community, visit the openfnirs forum.
 No newline at end of file
+20 −0
Original line number Diff line number Diff line
---
name: feature
about: Suggest a new feature for Homer3
title: "[FEATURE]:"
labels: enhancement
assignees: ''

---

* [ ] Are you sure this isn't a duplicate [suggestion](https://github.com/BUNPC/Homer3/issues)?
* [ ] Are you suggesting a feature (rather than reporting a problem/bug or requesting support)?

**Is your feature request related to a problem? Please describe.**
A concise description of what the problem is.

**Describe the solution you'd like**
A concise description of what you want to happen or the tool/interface you would like

**Design insight and additional context**
How would you implement the suggested feature? Are there multiple ways it could be designed? Are there any potential pitfalls or points of consideration?
 No newline at end of file