Please follow the appropriate template when opening an issue or pull request:
Understand that it may take several days for your contribution to be reviewed (in particular if you open it on a weekend).
- Fork our repo using the Fork button here.
- Clone your fork:
git clone [email protected]:your_username/sensitive-param-filter.git
- Run
npm install
to install development dependencies - Make your changes and push them to your fork
- Open a pull request here
npm install
installs development dependenciesnpm run test
runs the test suite using jestnpm run lint
ensures your code matches our standards via eslint
sensitive-param-filter
is published to both GitHub Packages
and npm
. Ensure you are authenticated with both:
Use npm run release
(ensure master
is checked out) to publish new versions.