Thank you for your interest in contributing to Budget Tracker! 🎉
We welcome all kinds of contributions, including bug fixes, feature requests, documentation improvements, and more. Please follow the guidelines below to help keep the project running smoothly.
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/budget-tracker.git
- Create a new branch:
git checkout -b feature-name
- Make your changes.
- Commit your changes:
git commit -m "Add [feature/bug] description"
- Push your changes:
git push origin feature-name
- Open a pull request from your fork to the main repository.
If you find any bugs or issues with the project, please submit an issue and provide as much detail as possible, including steps to reproduce the problem, your environment, and screenshots if necessary.
If you have a great idea for a new feature, please open an issue and describe the feature in detail. We welcome all suggestions and will review them as quickly as possible.
Thanks again for your contribution, and happy coding! 🚀