- Fork this repository to your Github account
- Clone to local machine by
git clone https://github.com/<USERNAME>/memARy.git
- Create a new branch locally and make changes by
git checkout -b your-branch-name
Name your branch as dev-feature-name
Name your branch as fix-bug-name
- Push your local change to remote repository by
git push origin your-branch-name
- Go to original memARy project page and create a new pull request
- Select original master branch as
base
and your fork/branch ascompare
- Submit the pull request and it will get reviewed. Once approved, your changes will be merged into master branch and become part of our project
If you have any questions, or just want to talk about our project, contact [email protected].