Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.18 KB

File metadata and controls

30 lines (22 loc) · 1.18 KB

Contributing to Money Planner

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.

How Can I Contribute?

Reporting Bugs

If you find a bug, please use the Bug Report Template. Provide as much detail as possible to help us reproduce the issue.

Suggesting Features

Ideas are welcome! Use the Feature Request Template to share your vision.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. If you've changed APIs, update the documentation.
  4. Ensure the test suite passes.
  5. Make sure your code follows the existing style (we use ESLint).

Code Style

  • Use ES6+ syntax.
  • Use functional components and hooks for React.
  • Style with Tailwind CSS.
  • Keep components small and focused.

Local Development

Follow the steps in the README.md to set up your local environment.

License

By contributing, you agree that your contributions will be licensed under its MIT License.