Thank you for considering contributing to flutter_sharez! We appreciate your interest in helping us improve our project. Please follow these guidelines to make the contribution process smooth and effective.
-
Fork the repository to your GitHub account.
-
Clone the forked repository to your local machine:
git clone https://github.com/Shreemanarjun/flutter_sharez
-
Create a new branch for your changes:
git checkout -b feature-name
-
Make your changes and commit them with a descriptive commit message:
git commit -m "Description of the changes"
-
Push your changes to your forked repository:
git push origin feature-name
-
Open a pull request on the
main
branch of this repository. Provide a clear and descriptive title for your pull request, explaining your changes.
- Please make sure your code adheres to the existing coding standards and style in the project.
- If your contribution changes existing functionality, make sure to update the documentation accordingly.
- Test your changes thoroughly before opening a pull request.
- Be respectful and considerate in your comments and discussions on issues and pull requests.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms. You can read the full code of conduct here.
If you have any questions or need further assistance, feel free to open an issue or join our community discussions.
Thank you for contributing to flutter_sharez! We appreciate your help in making this project better.
Happy Coding!