Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.46 KB

File metadata and controls

49 lines (34 loc) · 1.46 KB

Commit Subjects

If your patch changes the API or fixes a bug please use one of the following prefixes in your commit subject:

  • [fixed] ...
  • [changed] ...
  • [added] ...
  • [removed] ...

That ensures the subject line of your commit makes it into the auto-generated changelog. Do not use these tags if your change doesn't fix a bug and doesn't change the public API.

Commits with changed, added, or removed, must be reviewed by another collaborator.

When using [changed] or [removed]...

Please include an upgrade path with example code in the commit message. If it doesn't make sense to do this, then it doesn't make sense to use [changed] or [removed] :)

Docs

Please update the README with any API changes, the code and docs should always be in sync.

Development

Note: Personally: I have been using yarn due to inconsistent, or unreliable, behavior with NPM.

  • npm start runs the dev server to run/develop examples
  • yarn start
  • npm test will run the tests.
  • yarn test

Build

Please do not include the output of scripts/build in your commits, we only do this when we release. (Also, you probably don't need to build anyway unless you are fixing something around our global build.)

Coding Requirements / Standards

I'm working on finalizing / ensuring these are part of the actual local build/ test phase - to which I am not even entirely compliant.

For now; there is a built in lint, which appears to conform to semistandard.