Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

24 lines (20 loc) · 1.19 KB

Contributing

If you want to contribute to this project, you can do it in the following ways:

  • Report bugs or ask for new features in the issue tracker.
  • Send pull requests.
  • Star the project.
  • Share the project with others.

This project is using semantic-release for its automatic releases. It's following the Angular Commit Message Conventions, so make sure you follow them using this format in your commit messages:

<type>: <summary>

The type must be one of the following:

  • build: Changes that affect the build system or external dependencies (new dependencies, babel or typescript configuration, etc.)
  • ci: Changes to our CI configuration files and scripts (Github Actions, scripts, husky hooks, etc.)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • test: Adding missing tests or correcting existing tests

The summary is in present tense. Not capitalized. No period at the end.