Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 679 Bytes

Contributing guidelines

Contributing steps

  1. Submit an issue describing your proposed change to the repo in question (optional).
  2. Fork the desired repo, develop and test your code changes.
  3. Submit a pull request.

Test locally

Run make to build and test.

Run the command make test to test the changes locally.

Pull Request Required

Pull request title must start up with

  • ✨ (:sparkles:), new feature
  • ⚠️ (:warning:), breaking feature
  • 🐛 (:bug:), bug fix
  • 📖 (:book:), document update
  • ♻️ (:recycle:), code refactor
  • ✅ (:white_check_mark:), test related
  • others, see https://gitmoji.dev/