Contributing 📋
A. Add Contributors Info
Follow Steps Below to Add Contributors Information
- Create an new ticket here
Title: Add 'your-name' details
Body (Optional): More details about you
- Fork this repository
- Clone (or download) the fork repository on your machine
- Create a new branch
git checkout -b 'ticket-number'/your-name
- Locate and open the file
assets/data/vocabulary.md
- Add your Vocabularies
"english": "ABRIDGE", "tagalog": "paikliin" "english": "ABRUPT", "tagalog": "bigla, agad-agad" // Add here
- Commit changes
Add your name
git commit -m "Add 'your-name' details"
- Push the changes
git push origin -u 'ticket-number'/your-name
On Github, open the fork repository
Locate the branch
Create a pull request
Submit pull request for review