Skip to content

How to Contribute 📌

🕒 Published at: 9 months ago

Contributing 📋

A. Add Contributors Info

Follow Steps Below to Add Contributors Information

  1. Create an new ticket here

Title: Add 'your-name' details

Body (Optional): More details about you

  1. Fork this repository
  2. Clone (or download) the fork repository on your machine
  3. Create a new branch

git checkout -b 'ticket-number'/your-name

  1. Locate and open the file assets/data/vocabulary.md
  2. Add your Vocabularies

"english": "ABRIDGE", "tagalog": "paikliin" "english": "ABRUPT", "tagalog": "bigla, agad-agad" // Add here

  1. Commit changes

Add your name

git commit -m "Add 'your-name' details"

  1. Push the changes

git push origin -u 'ticket-number'/your-name

  1. On Github, open the fork repository

  2. Locate the branch

  3. Create a pull request

  4. Submit pull request for review