From b80568f1a8e370326ba83ca1ed4e91fdefb19d26 Mon Sep 17 00:00:00 2001 From: alexandermendes Date: Tue, 12 Nov 2024 08:06:13 +0000 Subject: [PATCH] docs: add note about conventional commits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4e65f2..0fd52a8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A React library that contains logic for staking and unstaking AURORA. +This repository enforces semantic commit messages. For more details and examples +see the +[Conventional Commits Specification](https://www.conventionalcommits.org). + ## Installation ```sh