-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from hoodie/feature/ci
add pr template and update semver checks action
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!-- | ||
First and foremost, thank you for taking the time to contribute to this project! Your efforts are greatly appreciated. | ||
## Semantic Commit Messages | ||
Please ensure your commit messages follows the [Conventional Commits Specification](https://www.conventionalcommits.org/en/v1.0.0/), | ||
as these are being used to automatically generate the changelog and determine the version bump for releases. | ||
Most importantly: [Mark breaking changes accordingly](https://www.conventionalcommits.org/en/v1.0.0/#commit-message-with-description-and-breaking-change-footer)! | ||
### Example | ||
``` | ||
feat: add new user authentication module | ||
fix: resolve issue with user not being able to login | ||
feat!: remove deprecated user module | ||
``` | ||
->> | ||
Again, thank you for your contribution! | ||
If you have any questions or need assistance, don't hesitate to ask. We're here to help! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters