Skip to content

Commit e756ea6

Browse files
authored
chore(ci): Add conventional commits guideline to the PR template (#689)
Contributors are not following conventional commits so the releases are not happening frequently. The PR updates PR template and CONTRIBUTING docs.
1 parent ff3901d commit e756ea6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!-- 🙌 Thanks for contributing! Adding details below will help us to merge your PR faster. -->
22

3+
<!-- Commits need to adhere to conventional commits and only `fix:` and `feat:` commits are added to the release notes. -->
4+
<!-- https://www.conventionalcommits.org/en/v1.0.0/#examples -->
5+
36
### Description
47

58
<!-- ✍️ Summarize your changes in one or two sentences -->

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ There are many ways you can help improve this repository! For example:
1919
Let us know if these look good to you.
2020
- **Localizing strings:** translations are in the [l10n folder](./l10n). You can add your locale.
2121

22+
**Note**: Commits need to adhere to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and only `fix:` and `feat:` commits are considered.
23+
2224
### CSS data tasks
2325

2426
- **Updating CSS data**: familiarize yourself with the [CSS schema files](./css/README.md) and add missing CSS data. An additional guide is provided in the [How to update the CSS JSON DB](./docs/updating_css_json.md) document.

0 commit comments

Comments
 (0)