Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 935 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 935 Bytes

Contributing

Getting Started

  • 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

Make changes

New feature

Name your branch as dev-feature-name

Bug fix

Name your branch as fix-bug-name

Submit changes

  • 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 as compare
  • 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].