Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

Contributing

  • Fork it https://github.com/restuwahyu13/go-playground-converter
  • Create your feature branch git checkout -b my-new-feature
  • Add changes git add changed-path
  • Commit your changes git commit -m 'Add some feature'
  • Push to the branch git push origin my-new-feature
  • Create a new Pull Request

Important Rules!

  • Please follow the existing standard code
  • Please test your code first before create a new pull request