mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
9db632f0e1
- Check if the PR contains a single commit, and fail otherwise. - Enable commitlint to check if commits adhere to the conventialcommits.org spec. - Update the the pull request template to point to the conventional commit spec. - Update the dependabot configuration to add the "build(...)" prefix to commits.
30 lines
878 B
Markdown
30 lines
878 B
Markdown
<!-- Start: issue fix section -->
|
|
<!-- Link to issue if there is one, otherwise remove the "issue fix" section -->
|
|
<!-- markdownlint-disable -->
|
|
|
|
Fixes #
|
|
|
|
<!-- markdownlint-restore -->
|
|
<!-- End: issue fix section -->
|
|
|
|
## Proposed Changes
|
|
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
|
|
## Readiness Checklist
|
|
|
|
In order to have this pull request merged, complete the following tasks.
|
|
|
|
### Pull request author tasks
|
|
|
|
- [ ] I included all the needed documentation for this change.
|
|
- [ ] I provided the necessary tests.
|
|
- [ ] I squashed all the commits into a single commit.
|
|
- [ ] I followed the [Conventional Commit v1.0.0 spec](https://www.conventionalcommits.org/en/v1.0.0/).
|
|
|
|
### Super-linter maintainer tasks
|
|
|
|
- [ ] Label as `breaking` if this change breaks compatibility with the previous released version.
|
|
- [ ] Label as either: `automation`, `bug`, `documentation`, `enhancement`, `infrastructure`.
|