Skip to content

Commit 2c8e2c3

Browse files
committed
feat: add contributing guidelines
1 parent 25c7a60 commit 2c8e2c3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
To develop pyNeuroMatic, you can use the `dev` extra and the `development` branch:
2+
3+
git clone https://github.com/SilverLabUCL/pyneuromatic.git
4+
cd
5+
git checkout development
6+
pip install .[dev]
7+
8+
Please use pre-commit to run the pre-commit hooks.
9+
You will need to install the hooks once:
10+
11+
pre-commit install
12+
13+
They will then run before each commit.
14+
15+
We follow a pull request workflow.

0 commit comments

Comments
 (0)