First off, thank you for considering contributing to YourFinanceWORKS! It's people like you that make this tool great for everyone.
By participating in this project, you are expected to uphold our Code of Conduct.
- Check the Issues to see if the bug has already been reported.
- If not, open a new issue. Include a clear title, a detailed description, steps to reproduce, and any relevant logs or screenshots.
- Open an issue with the tag "enhancement".
- Describe the feature you'd like to see and why it would be useful.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
- Python 3.11+
- Node.js 18+
- Docker & Docker Compose
cd api
python -m venv venv
source venv/bin/activate # Or venv\Scripts\activate on Windows
pip install -r requirements.txt
cp .env.example.full .env
# Update .env with your local settings
python main.pycd ui
npm install
cp .env.example .env
npm run devcp api/.env.example.full .env
docker-compose up -d- Python: Follow PEP 8 and use
rufffor linting. - TypeScript: Use functional components and follow the project's existing ESLint configuration.
- CSS: Use Tailwind CSS classes.
By contributing to YourFinanceWORKS, you agree that:
- Your contributions will be licensed under the project's AGPL-3.0 / Commercial dual-license.
- You agree to the terms of our Contributor License Agreement (CLA).
Submitting a Pull Request constitutes your agreement to these terms.