We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A contribution guide should be added.
Currently it's not 100% clear on how to setup a dev environment for pull requests. But it also might not be on how to report issues.
We should mention everything important on how to setup a dev env and then create proper PRs. This includes:
pip install -U .[dev]
pre-commit install
We might also include some details for proper bug reporting.
No response
The text was updated successfully, but these errors were encountered:
trevorflahardy
No branches or pull requests
Summary
A contribution guide should be added.
The Problem
Currently it's not 100% clear on how to setup a dev environment for pull requests. But it also might not be on how to report issues.
The Ideal Solution
We should mention everything important on how to setup a dev env and then create proper PRs.
This includes:
pip install -U .[dev]
)pre-commit install
)We might also include some details for proper bug reporting.
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: