Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.35 KB

Contributing

We welcome any features/ideas you might have to make angular-toasty even more awesome. If you have an idea you'd like to see implemented, but are unable to assist us by coding this yourself, feel free to make an issue at https://github.com/invertase/angular-toasty/issues!

If you'd like to help code an features/idea yourself, please follow:

Requirements

You must have Node JS installed, along with NPM. Once these are installed, install the following global NPM modules:

sudo npm install -g bower gulp

Pull-Requests

To create a pull request, please fork the development branch repo! Once done, create a new branch. If possible, call the branch name something related to your pull request.

To ensure your feature is visible to the public, we ask you include it in the functionality of our examples.

Developing

When making changes, please ensure these are all done within the src directory. To build changes, simply run gulp. Once you're happy, run the gulp --production command to build your files into the dist directory.

Please ensure your feature has an example, which can be added into the example directory.