Skip to content
New issue

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

Adding streamlit_qs #146

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Head over to our public [repository](https://github.com/arnaudmiribel/streamlit-
- You can also add a "featured-extra" badge to your original README.md if you like! <a href="https://github.com/arnaudmiribel/streamlit-extras"> <img src="https://img.shields.io/badge/-%F0%9F%AA%A2%20featured%20extra-e8ded1"></img></a>

- If you'd like to test that your package has all the required fields, you can run `poetry run pytest` from the repository

> **Note:** If you are committing changes to the lockfile you will need to use poetry<=1.3.0 in order for the lockfile to be compatible
> with the version used by the CI system.

arnaudmiribel marked this conversation as resolved.
Show resolved Hide resolved
- You can set up linting to standardize your code by running `pre-commit install`, which will then check the formatting of the files you added
- Submit a PR!

Expand Down
Loading