From 9dc92bfe36ab7b9d3dc1e72dbe71a6ac1c96a98c Mon Sep 17 00:00:00 2001 From: Tatu Aalto <2665023+aaltat@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:21:54 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6eeea4..93ab9cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,9 +14,9 @@ Release is created automatically after the PR is merged by using To release happen automatically, Python Semantic Release must be able to [parse the commit message](https://python-semantic-release.readthedocs.io/en/latest/commit-parsing.html) -In practise first line should start with words `fix` or `feat`: +In practise first line should start with words `fix:` or `feat:` ``` -fix: Fixed to in Close Page keyword +fix: Fixed typo in Close Page keyword ``` or perhaps: ``` @@ -32,4 +32,4 @@ a keyword name. # Credits We use [allcontributors](https://allcontributors.org/docs/en/bot/usage) to add each contribution to the README. If do not want be added or we forget to add you in the -you in the contributors list, please ping us the PR. \ No newline at end of file +you in the contributors list, please ping us the PR.