-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] MAINT: Use new GitHub issue forms (yml) (#1056)
* use new issue forms * add emojis, remove title prefix [skip ci] Co-authored-by: Richard Höchenberger <[email protected]>
- Loading branch information
1 parent
3f77995
commit 43b77c9
Showing
6 changed files
with
103 additions
and
59 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
name: Blank issue | ||
about: Create an issue without a template. | ||
|
||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- |
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,50 @@ | ||
name: Bug report | ||
|
||
# See the json schema to help you create / update this form | ||
# https://json.schemastore.org/github-issue-forms.json | ||
|
||
description: 🐛 Create a report to help us improve | ||
|
||
labels: ["bug"] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) | ||
concrete technical questions or about usage of MNE-BIDS. | ||
Use this form if you have experienced bugs. | ||
- type: textarea | ||
attributes: | ||
label: Description of the problem | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Replace this text with a code snippet or minimal working example | ||
([MWE](https://en.wikipedia.org/wiki/Minimal_Working_Example)) | ||
to replicate your problem, using one of the | ||
[datasets shipped with MNE-Python](https://mne.tools/dev/overview/datasets_index.html), | ||
preferably the one called [sample](https://mne.tools/dev/overview/datasets_index.html#sample). | ||
If you can't replicate on a built-in dataset, provide also a link to a small, | ||
anonymized portion of your data that does yield the error. | ||
- type: textarea | ||
attributes: | ||
label: Expected results | ||
|
||
- type: textarea | ||
attributes: | ||
label: Actual results | ||
description: | | ||
Please provide the actual output, traceback, screenshot, or another description of the results. | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: | | ||
Replace this text with information about your system. For example through | ||
using MNE-Python and running `mne.sys_info()` and pasting the output here. |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: MNE-Python forum | ||
url: https://mne.discourse.group/ | ||
about: 💬 Use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) concrete technical questions or about usage of MNE-BIDS | ||
- name: BIDS specification | ||
url: https://bids-specification.readthedocs.io/en/latest/ | ||
about: 📖 Read the BIDS specification |
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,42 @@ | ||
name: Feature request | ||
|
||
# See the json schema to help you create / update this form | ||
# https://json.schemastore.org/github-issue-forms.json | ||
|
||
description: 🛠️ Suggest an idea for this project | ||
|
||
labels: ["enhancement"] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Please use the [MNE-Python forum](https://mne.discourse.group/) to ask (and answer) | ||
concrete technical questions or about usage of MNE-BIDS. | ||
Use this form if you want to suggest new features. | ||
- type: textarea | ||
attributes: | ||
label: Describe the problem | ||
description: | | ||
Please provide a clear and concise description of the problem. | ||
- type: textarea | ||
attributes: | ||
label: Describe your solution | ||
description: | | ||
A clear and concise description of what you want to happen. | ||
- type: textarea | ||
attributes: | ||
label: Describe possible alternatives | ||
description: | | ||
A clear and concise description of any alternative solutions or features you have considered. | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context or screenshots about the feature request here. |