Thank you for your interest in contributing to Dictory! Your help is appreciated.
Click the "Fork" button at the top right of the repository page to create your own copy.
git clone https://github.com/your-username/dictory.git
cd dictoryInstall dependencies:
uv sync --extra dev- Follow PEP8 style guidelines.
- Write clear, concise commit messages.
- Add or update tests for your changes.
Before submitting, ensure all tests pass:
uv run pytest- Push your changes to your fork.
- Open a pull request against the
mainbranch of the original repository. - Describe your changes and reference any related issues.
Be respectful and considerate. See Contributor Covenant for guidelines.
Open an issue or ask in the discussions section.
Thank you for contributing!