Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat authored Apr 1, 2024
1 parent 727b21c commit 9dc92bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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.
you in the contributors list, please ping us the PR.

0 comments on commit 9dc92bf

Please sign in to comment.