Contributions are welcome!
If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help wanted" is open to whoever wants to implement it.
Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
You can never have enough documentation! Please feel free to contribute to any part of the documentation, such as the official docs, docstrings, or even on the web in blog posts, articles, and such.
If you are proposing a feature:
- Explain in detail how it would work.
- Keep the scope as narrow as possible, to make it easier to implement.
- Remember that this is a volunteer-driven project, and that contributions are welcome :)
- You need:
- Git
- Python
- Poetry
- Likely, Linux or macOS, possibly flavours like virtual machines, WSL, Docker (it should work on Windows too, but I have neither time, nor will to support it).
-
git clone https://github.com/<your-username-or-organization>/brandizpyes.gitandcdinto it. -
Use
poetry:$ poetry install <Changes> $ poetry pytest [test files/functions]
-
Commit, push, and eventually send a pull request.
Please, try to follow these best practices.
- Add tests to cover changes or new features
- Use enough comments and documentation
- Before creating a PR, merge your fork with the latest
mainbranch and ensure it passes all the tests and builds.
Yeah, I have a doc for this too, which essentially, says be a decent person.