Thanks for your interest in contributing to the Lucid MongoDB adapter for AdonisJS 6! This document contains guidelines for contributing to the project.
- Fork and clone the repository
- Install dependencies:
npm install - Run tests:
npm test
- Make sure your code follows the style guide of the project
- Make sure all tests pass
- Add tests for new features
- Update documentation if necessary
- Rebase your branch before submitting a pull request
We follow the Conventional Commits specification for our commit messages:
feat: A new featurefix: A bug fixdocs: Documentation only changesstyle: Changes that do not affect the meaning of the coderefactor: A code change that neither fixes a bug nor adds a featureperf: A code change that improves performancetest: Adding missing tests or correcting existing testschore: Changes to the build process or auxiliary tools and libraries
By contributing, you agree that your contributions will be licensed under the project's MIT License.