Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 939 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 939 Bytes

Contributing

First of all, thank you for your interest in contributing to sequelize-revision! When contributing to this project, please first discuss the change you wish to make via issue before making a change.

Please note that this project has a code of conduct, please follow it in all your interactions with this project.

Contributing Process

  1. Modify code following ESLint and Prettier.
  2. Make sure all tests are passed by pnpm test. Modify tests when the interface has changed.
  3. Update the README.md with details of changes to the interface.
  4. Make your commit message following Conventional Commits.
  5. Make a Pull Request and you may request a reviewer to merge your commit.