Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 846 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 846 Bytes

Contributing

Thanks for taking the time to contribute!

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to us.

How to Contribute

Reporting Bugs

Open an issue.

Suggesting Enhancements

Open an issue.

Code Contribution

  1. Fork and follow the build process here.
  2. If you have IDE with eslint plugin, that's perfect. If not, please run node_modules/.bin/eslint . before you pull request. To make sure there is style consistency.
  3. Write your own test file and success in npm test.
  4. Please do test workflow in you repo as well, if you would like to add/modify some functionality about GitHub actions.
  5. Pull request to this repo.