Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 855 Bytes

Welcome to the contributing guide

Thank you for investing your time in contributing to our project!

New contributor guide

To get an overview of the project, read the README.

Linting

Linting commands to run from the devcontainer/pipeline.

Rubocop

rubocop

Testing

Unit testing

export AWS_DEFAULT_REGION=us-east-1
rspec

Integration testing

npx sls invoke -f setter -s dev -p spec/fixtures/s3_event.json

Release

This project uses Standard Version for conducting releases. All commits should follow the Conventional Commits specification for accurately generating the CHANGELOG.md contents.

To perform a release

npm install
npm run release