Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 518 Bytes

Contributing

  • Fork it (https://github.com/RSurya99/trippi/fork).
  • Create your feature branch (git checkout -b feat/xxx).
  • Commit your changes (git commit -am 'type: description'), always use semantic commit message!.
  • Push to the branch (git push origin feat/xxx).
  • Create a new Pull Request.

Note

Make sure to not commit generated files from your dist folder. All changes need to be made in the source files located in the src folder.

Always run a build and test the results before committing.