Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.43 KB

CONTRIBUTING.md

File metadata and controls

42 lines (35 loc) · 1.43 KB

Contributing to Yeng


Table of contents

Who can contribute

A common misconception about contributing to open source is that you need to contribute code. In fact, it’s often the other parts of a project that are most neglected or overlooked. You’ll do the project a huge favour by offering to pitch in with these types of contributions! Even if you like to write code, other types of contributions are a great way to get involved with a project and meet other community members. Building those relationships will give you opportunities to work on other parts of the project. Basically everybody can contribute

How can I contribute

  • Reporting Bugs
  • Documentation
  • Improvements suggestions
  • UI/UX improvements
  • Code contributions

Steps in contributing

  • Clone this project to your local machine.

    $ git clone https://github.com/Crazy-Amigos/Yeng-App-Android.git 
  • Make necessary changes & commit.

    $ git add --all
    $ git commit -m "This is a commit message"
  • Once you are done push to the Github repository.

    git push origin master
  • NOTE : By default it is origin unless you specify otherwise.

Contact


For additional contribution queries mail to [email protected]