-
Notifications
You must be signed in to change notification settings - Fork 2
contributing
Primarily this project is a means of mantaining legacy angularity projects.
If you would like to contribute a bugfix then do either or both of:
-
Raise an issue. Ensure you have a simple open-source project project that illustrates your problem.
-
Raise a pull-request. Depending on circumstances the project maintainers may be relying on you for testing associated with the change.
If you would like to make substitutions - LESS vs SASS, for example - then you can either:
-
use the extensibility api and repeat the changes in all your projects
-
use the extensibility api and encapsulate the changes in a new node package
-
copy/fork this project and derive a similar system that you are happy with
If you wish to make an enhancement that is consistent with the nature of the project - EsLint replacing jsHint, for example - then please raise an issue to discuss with the project maintainers.
The following features should be tested to ensure that changes do not impact on functionality:
TODO
-
Getting started
-
Reference
-
How it works