Hey,welcome to this project.Follow to this guide to contribute to Give-More and Contributors are expected to adhere to our Code Of Conduct
Contents
-
Fork the project on GitHub.
-
Clone the project.
git clone https://github.com/ishitakeshawani/Give-More.git
-
Switch to the
master
branch.git checkout master
-
Create and checkout a new branch to make changes within
git checkout -b <my-username>/<changes>
-
Make your chnages using your favourite IDE.
-
Run App to preview Changes.
flutter run
-
Commit your changes to your remote branch.
git commit -m '<commit_message>'
-
Push your changes
git push origin <my-username>/<changes>
Use PR template to make Pull Request.
Use Issue template to create new issue.