From e4543784ed0db67e8f25a5dd96ef3e4eb1bfe736 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:18:52 -0700 Subject: [PATCH] docs: update CONTRIBUTIING.md --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f155696..27fc237 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,21 @@ ### Git Commit Messages - Use the imperative mood ("Move cursor to..." not "Moves cursor to...") - Limit the first line to 72 characters or less +### Commit Types: + +``` +feat: Added new feature +fix: Fixed a bug +docs: Updated documentation +style: Code style changes (formatting, etc.) +refactor: Code refactoring +perf: Performance improvements +test: Added or modified tests +build: Changes to build system or external dependencies +ci: Changes to CI configuration files and scripts +chore: Other changes that don't modify src or test files +``` + ### Python Styleguide - Follow PEP 8