Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 737 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 737 Bytes

Contributing to Oxide

Commit message guideline

Examples of commit messages with semantic prefixes:

  • feat: allow provided config object to extend other configs
  • docs: correct spelling of CHANGELOG
  • feat(lang): add polish language
  • fix: correct minor typos in code

Common prefixes:

  • fix: A bug fix
  • feat: A new feature
  • docs: Documentation changes
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system
  • ci: Changes to our CI configuration files and scripts
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (linting)