-
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.
Merge branch 'main' into pre-commit-ci-update-config
- Loading branch information
Showing
27 changed files
with
242 additions
and
219 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> |
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
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 |
---|---|---|
|
@@ -58,10 +58,11 @@ installed. | |
4. Add upstream to git for | ||
updates: `git remote add upstream git://github.com/marsipu/mne-pipeline-hd.git` | ||
5. Install development version with pip: `pip install -e .[tests]` | ||
6. Create a branch for changes: `git checkout -b <branch-name>` | ||
7. Commit changes: `git commit -am "<your commit message>"` | ||
8. Push changes to your forked repository on GitHub: `git push` | ||
9. Make "New pull request" from your new feature branch | ||
6. Install the pre-commit hooks with: `pre-commit install` | ||
7. Create a branch for changes: `git checkout -b <branch-name>` | ||
8. Commit changes: `git commit -am "<your commit message>"` | ||
9. Push changes to your forked repository on GitHub: `git push` | ||
10. Make "New pull request" from your new feature branch | ||
|
||
You can always [write me](mailto:[email protected]), if you have questions | ||
about the contribution-process | ||
|
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
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
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
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
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
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
Oops, something went wrong.