First off, thank you for considering contributing to Money Planner! It's people like you that make the open source community such an amazing place.
If you find a bug, please use the Bug Report Template. Provide as much detail as possible to help us reproduce the issue.
Ideas are welcome! Use the Feature Request Template to share your vision.
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code follows the existing style (we use ESLint).
- Use ES6+ syntax.
- Use functional components and hooks for React.
- Style with Tailwind CSS.
- Keep components small and focused.
Follow the steps in the README.md to set up your local environment.
By contributing, you agree that your contributions will be licensed under its MIT License.