From a9ed51acefd9e693a48a0e96a6e7fd867e3285ea Mon Sep 17 00:00:00 2001 From: Tiago Celestino Date: Thu, 20 Feb 2025 17:48:42 -0300 Subject: [PATCH] docs: update contribuiting section --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 585b5d3..a65d231 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,7 @@ cd ~/.dotfiles && chmod +x install If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request. I'm always looking for ways to improve my configurations and make them more efficient and user-friendly. Read the [CONTRIBUTING.md](CONTRIBUTING.md) for more information. -### Changelog - -The CHANGELOG is automatically generated using GitHub Actions and git-cliff when a pull request is merged into the main branch. The process uses conventional commits to categorize changes: +This project follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. Please use it when making changes to the codebase. - 🚀 Features: `feat: feature description` - 🐛 Bug Fixes: `fix: bug fix description`