Skip to content

Commit 3c7c46c

Browse files
authored
Update README.md
1 parent 0fadc82 commit 3c7c46c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,14 @@ automation in Python.
124124
## Contributing
125125

126126
Pull Requests are very welcome. Please follow the same coding conventions as the
127-
rest of the code, in particular the use of tabs over spaces.
127+
rest of the code, in particular the use of tabs over spaces. Also, read through my
128+
[PR guidelines](https://gist.github.com/mherrmann/5ce21814789152c17abd91c0b3eaadca).
129+
Doing this will save you (and me) unnecessary effort.
128130

129131
Before you submit a PR, ensure that the tests still work:
130132

131133
```bash
132-
pip install -Ur requirements\test.txt
134+
pip install -Ur requirements/test.txt
133135
python setup.py test
134136
```
135137

0 commit comments

Comments
 (0)