Dear reader,
Thank you for your interest in this project 🎉
If you want to help us improve this package you can:
- Create new issues for the bugs you find using it
- Submit a feature request
- Make pull requests to fix a bug 🐛, add a new feature ✨ or improve documentation 📝
We currently don't have templates for issues and PR.
Yet, please respect the following structure for your bug/feature requests tickets:
- Provide dynamodels version
- Add label
bug
for a bug report,enhancement
for a feature request - Describe current behavior
- Describe expected behavior
- Optionally provide minimal repository reproducing the issue
We'll be glad to merge your contributions in the master branch of this repository
We would like to provide a cutting-edge DynamoDB library that respects the most recent best practices
Here are the requirements for your pull requests:
- Please provide exhaustive tests for your fix/feature. Test-driven development is preferred
- Lint and prettify your code using the most recent eslint and prettier configurations
- For a new feature, update documentation to explain how to use it
- This project use semantic-release, so conventional commit messages are mandatory
- Breaking changes must be explicitly mentioned in related commit messages
- All test must pass on your branch