Skip to content

Commit 1098dd5

Browse files
committed
Fix template
1 parent 7f129bd commit 1098dd5

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
# Description
22

3-
Add your description here, if it fixes a particular issue please provide a
4-
[link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=)
5-
to the issue.
3+
Add your description here, if it fixes a particular issue please provide a [link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=) to the issue.
64

75
# Checklist
86

97
- [ ] Commit sequence broadly makes sense
108
- [ ] Commits have useful messages
119
- [ ] New tests are added if needed and existing tests are updated
12-
- [ ] Any changes are noted in the
13-
[changelog](https://github.com/input-output-hk/cardano-db-sync/blob/master/cardano-db-sync/CHANGELOG.md)
14-
- [ ] Code is formatted with [`fourmolu`](https://github.com/fourmolu/fourmolu)
15-
(which can be run with `scripts/fourmolize.sh`
10+
- [ ] Any changes are noted in the [changelog](https://github.com/input-output-hk/cardano-db-sync/blob/master/cardano-db-sync/CHANGELOG.md)
11+
- [ ] Code is formatted with [`fourmolu`](https://github.com/fourmolu/fourmolu) (which can be run with `scripts/fourmolize.sh`
1612
- [ ] Self-reviewed the diff
1713

1814
# Migrations
1915

20-
- [ ] The pr causes a
21-
[breaking change](https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/migrations.md)
22-
of type a,b or c
23-
- [ ] If there is a breaking change, the pr includes a database migration and/or a fix process for
24-
old values, so that upgrade is possible
16+
- [ ] The pr causes a [breaking change](https://github.com/input-output-hk/cardano-db-sync/blob/master/doc/migrations.md) of type a,b or c
17+
- [ ] If there is a breaking change, the pr includes a database migration and/or a fix process for old values, so that upgrade is possible
2518
- [ ] Resyncing and running the migrations provided will result in the same database semantically
2619

2720
If there is a breaking change, especially a big one, please add a justification here. Please elaborate

0 commit comments

Comments
 (0)