Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 832 Bytes

contributing.md

File metadata and controls

16 lines (11 loc) · 832 Bytes

You rock. Thanks for taking the time to make Anyify better. I'd like you to check a few things so everything goes smoothly.

writing an issue

Please include:

  • Your full browserify config, whether cli or api, including the Anyify config
  • If an error was thrown, the stack trace
  • If possible, a link to your source code

submitting a pull request

  • Anyify uses semantic-release. Please format your commit messages according the the Angular Commit Message Conventions.
  • Run the tests with npm test and ensure they pass before submitting. If your PR adds functionality, add tests for it.
  • Pull requests changing code formatting or style will not usually be accepted.

Thank you for helping us help you help us all.