Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit Conventions #32

Open
aaamra opened this issue May 5, 2022 · 0 comments
Open

Commit Conventions #32

aaamra opened this issue May 5, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@aaamra
Copy link
Contributor

aaamra commented May 5, 2022

Our commits Must be one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • 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
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

example => git commit -m 'refactor: remove pre-commit dep. and use husky to check lint scripts'

@aaamra aaamra added the documentation Improvements or additions to documentation label May 5, 2022
@aaamra aaamra pinned this issue May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant