Thanks for taking the time to contribute!
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.
Open an issue.
Open an issue.
- Fork and follow the build process here.
- 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. - Write your own test file and success in
npm test
. - Please do test workflow in you repo as well, if you would like to add/modify some functionality about GitHub actions.
- Pull request to this repo.