Skip to content

Commit ec07a8a

Browse files
committed
template CONTRIBUTING.md
1 parent c7cef8a commit ec07a8a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Build
2+
3+
This project uses a `Pipfile`, so set up the virtualenv by running
4+
5+
```
6+
pipenv install --dev
7+
```
8+
9+
Use `make test` to make sure all tests pass before pushing.
10+
11+
Use `make lint` to make sure lint check passes before pushing.
12+
13+
## Guidelines
14+
15+
...

0 commit comments

Comments
 (0)