Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 791 Bytes

Contributing

First of all, thank you for your interest in contributing to wa-ulid! 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 for TypeScript code.
  2. Modify code following rustfmt for Rust code.
  3. Make your commit message following Conventional Commits.
  4. Make a Pull Request and you may request a reviewer to merge your commit.