Skip to content

Commit

Permalink
Merge pull request #19 from mittwald/docs/conventional-commits
Browse files Browse the repository at this point in the history
docs: document Conventional Commits requirement
  • Loading branch information
dhaering authored Feb 26, 2024
2 parents 3f028be + a4ab96c commit e1b0e8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from "./config/.prettierrc.js";

export default config;
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
corresponding template files in the `packages/generator/resources/templates`
directory.

## Use Conventional Commits

Please use the
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)
syntax for your commit messages. It is required because the CI automatically
determines the version bump and generates CHANGELOG.md files based on the
included commits when a PR is merged.

## Building locally

Requirements for building the project locally:
Expand Down

0 comments on commit e1b0e8f

Please sign in to comment.