Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 1.22 KB

How to contribute

First, thanks for taking the time to contribute to our project! The following information provides a guide for making contributions.

Contribute Code

Pull requests are welcome for bug fixes. If you want to implement something new, please request a feature first so we can discuss it.

How to start the project on your machine

If you want to start the demo project that uses the library, perform the following steps

npm install

npm run serve

You can see the demo page at http://localhost:4300

How to run unit tests

npm run test

Creating a Pull Request

Please follow best practices for creating git commits.

When your code is ready to be submitted, you can submit a pull request to begin the code review process.

Report a Bug or Request a Feature

If you encounter any bugs while using this software, or want to request a new feature or enhancement, feel free to create an issue to report it, make sure you add a label to indicate what type of issue it is.