We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fadc82 commit 3c7c46cCopy full SHA for 3c7c46c
README.md
@@ -124,12 +124,14 @@ automation in Python.
124
## Contributing
125
126
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.
+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.
130
131
Before you submit a PR, ensure that the tests still work:
132
133
```bash
-pip install -Ur requirements\test.txt
134
+pip install -Ur requirements/test.txt
135
python setup.py test
136
```
137
0 commit comments