Before sending a Pull Request, please make sure that you're assigned the task on a GitHub issue.
- If a relevant issue already exists, discuss on the issue and get it assigned to yourself on GitHub.
- If no relevant issue exists, open a new issue and get it assigned to yourself on GitHub.
Please proceed with a Pull Request only after you're assigned. It'd be bad time if your Pull Request and your hardwork isn't accepted just because it isn't ideologically compatible.
-
Install with
git clone https://github.com/iamjohnnym/auto-pyvenv cd auto-pyvenv make build
-
Make your changes in a different git branch (eg,
enhancement/new-feature
). These changes can be- enhancing the service
- fixing a bug
- adding additional tests
-
(Optional) To test whether
auto-pyvenv
was built successfully.make test
-
(Required for all changes) Ensure linting is valid
make flake
-
(Required for new steps) Add command to both
.travis.yml
file andMakefile
.