Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 900 Bytes

contribute.md

File metadata and controls

27 lines (17 loc) · 900 Bytes

Submitting Pull Requests

If you're changing the structure of the repository please create an issue first.

The release process is automated using semantic-release, for best release result follow these simple steps:

git add --all
npm run commit
git push origin master
  • Do not add/change the package.json version field.
  • Create unit test for any new functionality you add in your commits.

Submitting bug reports

Make sure you are on latest changes and that you ran this command npm run clean:install after updating your local repository. If you can, please provide more information about your environment such as browser, operating system, node version, and npm version.

Project Structure

All piwik native functions should be in :

  • src/piwik-functions

All Angular2 Compoents should be in :

  • src/angular-components