From 15adf7c8fefea01cc6a1263c6220e67f7df2f902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Karl=C3=A9n?= <113891532+adriankarlen@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:30:26 +0200 Subject: [PATCH] docs: add version info to general recommendations (#208) * docs: add version info to general recommendations * docs: rephrase reason for updating version --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c760e94..0ffb41e 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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)