mirror of https://github.com/leafspark/AutoGGUF
docs: update CONTRIBUTIING.md
This commit is contained in:
parent
757fbb34ec
commit
e4543784ed
|
@ -31,6 +31,21 @@ ### Git Commit Messages
|
||||||
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
|
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
|
||||||
- Limit the first line to 72 characters or less
|
- 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
|
### Python Styleguide
|
||||||
|
|
||||||
- Follow PEP 8
|
- Follow PEP 8
|
||||||
|
|
Loading…
Reference in New Issue