From 88ce02372980c58a64ee117d9970024c3ba5587f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bl=C3=A4sta?= Date: Mon, 20 Feb 2023 16:41:04 +0100 Subject: [PATCH] docs: updating guidelines for PR subject --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f78ff504a..7ffce64b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,12 @@ Your pull request should: * Be able to merge without conflicts. + * The subject of the PR has to start with one of these prefix: + * dep: updated dependencies + * docs: editing .md-files in this repo + * feature: for new features + * fix: bugfix or rewritten code that doesn't add new functionality + ### Commit messages guidelines We are using the same guidelines for commit messages as the [OpenLayers project](https://github.com/openlayers/openlayers).