Thanks for considering a contribution! This project welcomes pull requests, bug reports, and feature suggestions.
git clone https://github.com/AdvancingTitans/young-stock-cli.git
cd young-stock-cli
python3 -m pip install -e ".[dev]"
pytest
ruff check .- Fork → create a topic branch (
feat/...orfix/...). - Add or update tests for your change.
- Run
pytestandruff check .locally — CI runs both. - Open a PR with a clear description: what + why.
Please include:
young --version- Python version (
python --version) - OS
- The exact command you ran and the full traceback / output.
rufffor linting and import sorting.- Type hints encouraged but not required for small fixes.
- Keep functions focused; prefer composing small helpers.
By contributing, you agree your contribution will be licensed under the MIT license.