pump_controller_web/CONTRIBUTING.md

792 B

Contributing guide

Commit message format

The project uses this commit message standard:

<type>(<scope>): <subject>
<BLANK LINE>
[optional body]
<BLANK LINE>
[optional footer]

Git Tag format

A tag is set on the commit for the next version release in Semantic Versioning format: MAJOR.MINOR.PATCH with the prefix v (e.g., v0.1.2).

git tag -a 'v0.1.2' -m "Fix v0.1.2"
git push --tags

When releasing a new version, all changes must be documented in CHANGELOG.md

Обновление конфига

. ~/playground/esp-idf/export.sh
idf.py save-defconfig
git add sdkconfig.defaults