Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Thanks for contributing a pull request! Please make sure you have read the
[contribution guidelines](https://mne.tools/dev/install/contributing.html)
before submitting.

Please be aware that we are a loose team of volunteers so patience is
necessary. Assistance handling other issues is very welcome. We value all user
contributions, no matter how minor they are. If we are slow to review, either
the pull request needs some benchmarking, tinkering, convincing, etc. or more
likely the reviewers are simply busy. In either case, we ask for your
understanding during the review process.

Again, thanks for contributing!

#### Reference issue

Example: Fixes #1234.

#### What does this implement/fix?

Explain your changes.

#### Additional information

Any additional information you think is important.
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing to mne-qt-browser

**Thank you very much for taking the time to contribute!** :+1::+1::+1:

As this package is a subsidiarian of [MNE-Python](https://mne.tools/dev/index.html)
its [guidelines](https://github.com/mne-tools/mne-python) for contributing apply as well.

## Setting up development environment
Follow the [instructions from mne-python](https://mne.tools/dev/install/contributing.html#setting-up-your-local-development-environment)
and additionally install the dependencies for this repository:

```
pip install -r requirements_testing.txt
```