Skip to content

Commit

Permalink
docs: updating guidelines for PR subject
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyblasta committed Feb 20, 2023
1 parent 663156b commit 88ce023
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 88ce023

Please sign in to comment.