// Code snippet // Feel free to copy and paste this to your project's CONTRIBUTING.md file
We're thrilled that you're interested in contributing to our Flutter app! Here are some guidelines to help make the process smooth and successful for everyone involved.
- Fork the repository to your own GitHub account.
- Clone the repository to your local machine.
- Create a new branch from the
main
branch for your changes. - Make your changes, commit them, and push them to your fork.
- Submit a pull request from your branch to the
main
branch of the original repository. - Wait for a maintainer to review your pull request.
We follow the Flutter style guide for this project. Please make sure to adhere to these standards when contributing.
If you would like to work on an existing issue, please assign it to yourself and leave a comment indicating that you are working on it.
If you find a bug or have a suggestion for an improvement, please open a new issue and provide as much detail as possible.
Please write clear and concise commit messages that describe your changes. Each commit should only address one issue