Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 382 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 382 Bytes

How to Contribute

Want to contribute?

To fix a bug or enhance Twig API, follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b improve-feature)
  • Make your changes
  • Write tests for your changes
  • Commit your changes (git commit -m 'Made awesome improvements')
  • Push to your branch (git push origin improve-feature)
  • Create a pull request