Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (13 loc) · 551 Bytes

Contributing

We love and welcome contributions from everyone.

If you find a bug or want to add some features or make a change requests.

Please create an issue in issue page

How to contribute

  1. Fork the repo

  2. Create a new branch from the master branch

branch name: add-text-#<issue-number>

  1. Commit message should include the issue number

commit message: add-text-#<issue-number>: add text in div

  1. Push to your branch

  2. Submit a pull request

Thanks for your contribution.