From 7d4496fc328aaf319173377ed0e34f2862aa769e Mon Sep 17 00:00:00 2001 From: Nikita Korevo <48645737+NikitaKorevo@users.noreply.github.com> Date: Sat, 28 Feb 2026 23:07:28 +0300 Subject: [PATCH] docs: start description of commit message with lowercase letter --- runtime/contributing/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/contributing/index.md b/runtime/contributing/index.md index fc64416e3..93bf679ec 100644 --- a/runtime/contributing/index.md +++ b/runtime/contributing/index.md @@ -101,9 +101,9 @@ done: Examples of good PR title: -- fix(std/http): Fix race condition in server -- docs(console): Update docstrings -- feat(doc): Handle nested re-exports +- fix(std/http): fix race condition in server +- docs(console): update docstrings +- feat(doc): handle nested re-exports Examples of bad PR title: