-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
58 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "BUG: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Thank you for taking the time to fill out this bug report!" | ||
- type: textarea | ||
attributes: | ||
label: What happened? | ||
description: Describe the bug | ||
placeholder: terrible things happening | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: What steps made the bug appear? Please describe the steps as detailed as possible | ||
placeholder: things I did/buttons I clicked | ||
- type: textarea | ||
attributes: | ||
label: Error Traceback | ||
description: Please copy the full error traceback into here (either from the dialog that popped up or the terminal) | ||
placeholder: error-traceback | ||
render: python | ||
- type: markdown | ||
attributes: | ||
value: 'Please run `python -c "import mne; mne.sys_info()"` and paste the result into the field below.' | ||
- type: textarea | ||
attributes: | ||
label: System-Info | ||
description: Please paste the results from the aforementioned command in here. | ||
placeholder: sys-info | ||
render: shell |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Feature Request | ||
description: Suggest a new feature | ||
title: "ENH: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Thank you for contributing to this project!" | ||
- type: textarea | ||
attributes: | ||
label: Suggestion? | ||
description: What would you like to suggest? | ||
placeholder: <cool new feature> |