docs: add version info to general recommendations (#208)

* docs: add version info to general recommendations

* docs: rephrase reason for updating version
This commit is contained in:
Adrian Karlén 2023-09-21 15:30:26 +02:00 committed by GitHub
parent a8b581385c
commit 15adf7c8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ It is important to note that there are **two types of PRs** for this repository:
- Consider using
[conventionalcommits.org](https://www.conventionalcommits.org/en/v1.0.0/)'s
rules for creating explicit and meaningful commit messages.
- Update the version in the `==UserStyle==` header of the css-file. This is to enable version control of the style.
- If it's your first time contributing to a project then you should look to the
popular
[first-contributions](https://github.com/firstcontributions/first-contributions)