Skip to content
Merged

Dev #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Types:

feat: A new feature or functionality added to the project.
fix: A bug fix.
design: Changes related to the design of the project.
docs: Documentation changes.
style: Code style changes (e.g., formatting, missing semicolons).
refactor: Code changes that neither fix a bug nor add a feature, but improve the structure.
Expand All @@ -40,6 +41,7 @@ Example Commit Messages:

feat: add user authentication to the website
fix: resolve issue with missing image on homepage
design: change color scheme of the homepage
docs: update README.md with contribution guidelines
style: format code according to ESLint rules
test: add unit test for login function
Expand Down
Loading