Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.23 KB

File metadata and controls

31 lines (18 loc) · 1.23 KB

How to contribute

The guidelines will make your Pull Request (PR) eaiser to merge.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

JavaScript code style

See here.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Pull Request Process

  1. Create a new branch for your work. Do not make changes to master when submitting PR.
  2. Add failing tests for the change you want to make. Run tests to see them fail.
  3. Run tests to see if the tests pass.
  4. Update documentation to reflect your changes, if any.
  5. Push to your fork and submit PR.

** Reference this link for guidelines.

** GitHub documentation for setting up projects