This repository has adopted the Contributor Covenant as it's Code of Conduct. It is expected that participants adhere to it.
If you are unsure about whether or not a change is desired, you can create an issue. This is useful because it creates the possibility for a discussion that's visible to everyone.
When fixing a bug it is fine to submit a pull request right away.
Steps to be performed to submit a pull request:
-
Fork the repository.
-
Clone the repository.
-
Checkout
develop
branch. -
Develop the package.
-
Test the package with the test runner (
Window > Generals > Test Runner
). -
Commit with a message based on Angular Commit Message Conventions as follows:
fix:
fix a bugfeat:
new featuredocs:
changes only in documentationstyle:
changes only in formatting, white-space, etcrefactor:
changes only in code structure (extract method, rename variable, move method, etc)perf:
changes only in code performancetest:
add or update testschore:
changes to the build process or auxiliary tools and libraries such as documentation generation
-
Create a pull request on GitHub. Fill out the description, link any related issues and submit your pull request.
By contributing to this repository, you agree that your contributions will be licensed under its MIT license.