Skip to content

Commit 5dbd593

Browse files
authored
Merge pull request #11 from SourcewareLab/dev
Dev
2 parents 2469595 + 4b5fe8c commit 5dbd593

File tree

4 files changed

+584
-56
lines changed

4 files changed

+584
-56
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Types:
3030

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

4142
feat: add user authentication to the website
4243
fix: resolve issue with missing image on homepage
44+
design: change color scheme of the homepage
4345
docs: update README.md with contribution guidelines
4446
style: format code according to ESLint rules
4547
test: add unit test for login function

0 commit comments

Comments
 (0)