|
1 | 1 | # Description
|
2 | 2 |
|
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. |
6 | 4 |
|
7 | 5 | # Checklist
|
8 | 6 |
|
9 | 7 | - [ ] Commit sequence broadly makes sense
|
10 | 8 | - [ ] Commits have useful messages
|
11 | 9 | - [ ] 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` |
16 | 12 | - [ ] Self-reviewed the diff
|
17 | 13 |
|
18 | 14 | # Migrations
|
19 | 15 |
|
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 |
25 | 18 | - [ ] Resyncing and running the migrations provided will result in the same database semantically
|
26 | 19 |
|
27 | 20 | If there is a breaking change, especially a big one, please add a justification here. Please elaborate
|
|
0 commit comments