Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 502 Bytes

How to contribute to jsend-wrapper

Contributions are warmly welcomed

Please follow those simple steps:

  • Fork the repository
  • Create a feature branch
    Preferred name convention: [feature type]/[imperative verb]-[description of the feature] > feat/add-foo-support
  • Develop the feature AND write the tests (or write the tests AND develop the feature)
  • Commit your changes using Angular Git Commit Guidelines
  • Submit a Pull Request

Thanks! ❤️ ❤️ ❤️

jsend-wrapper Team