Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 507 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 507 Bytes

Contributing

  • Fork it https://github.com/restuwahyu13/midtrans-node/fork
  • 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 Use Linter And Formatter Like Eslint or Prettier
  • Please test your code first before create a new pull request