Skip to content

Commit 1080aa7

Browse files
authored
Merge pull request #29 from projectsyn/template-sync
Update from component template
2 parents 4156344 + bf0307f commit 1080aa7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "d3af33490a242d72f7d4bcb5d503c0ad8fe22456",
3+
"commit": "5b2799d8242f1c59beaa9502599ca88f9e006db4",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33

44
## Checklist
55

6+
- [ ] The PR has a meaningful title. It will be used to auto generate the
7+
changelog.
8+
The PR has a meaningful description that sums up the change. It will be
9+
linked in the changelog.
610
- [ ] PR contains a single logical change (to build a better changelog).
711
- [ ] Update the documentation.
8-
- [ ] Categorize the PR by setting a good title and adding one of the labels:
12+
- [ ] Categorize the PR by adding one of the labels:
913
`bug`, `enhancement`, `documentation`, `change`, `breaking`, `dependency`
1014
as they show up in the changelog.
1115
- [ ] Link this PR to related issues or PRs.

0 commit comments

Comments
 (0)