Skip to content

Commit 8e55d04

Browse files
authored
Merge pull request #4909 from IntersectMBO/aniketd/pr-template
Better formatting of PR template
2 parents 9bbddaf + f74b687 commit 8e55d04

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ to the issue. -->
66

77
# Checklist
88

9-
- [ ] Commits in meaningful sequence and with useful messages
10-
- [ ] Tests added or updated when needed
11-
- [ ] `CHANGELOG.md` files updated for packages with externally visible changes<br>
12-
**_New section is never added with the code changes._** (See [RELEASING.md](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#changelogmd))
9+
- [ ] Commits in meaningful sequence and with useful messages.
10+
- [ ] Tests added or updated when needed.
11+
- [ ] `CHANGELOG.md` files updated for packages with externally visible changes.
12+
**NOTE: _New section is never added with the code changes._** (See [RELEASING.md](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#changelogmd)).
1313
- [ ] Versions updated in `.cabal` and `CHANGELOG.md` files when necessary, according to the
1414
[versioning process](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#versioning-process).
15-
- [ ] Version bounds in `.cabal` files updated when necessary<br>
16-
**_If you change the bounds in a cabal file, that package itself must have a version increase._** (See [RELEASING.md](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#versioning-process))
17-
- [x] Code formatted (use `scripts/fourmolize.sh`)
18-
- [x] Cabal files formatted (use `scripts/cabal-format.sh`)
19-
- [x] [`hie.yaml`](https://github.com/intersectmbo/cardano-ledger/blob/master/hie.yaml) updated (use `scripts/gen-hie.sh`)
20-
- [ ] Self-reviewed the diff
15+
- [ ] Version bounds in `.cabal` files updated when necessary.
16+
**NOTE: _If bounds change in a cabal file, that package itself must have a version increase._** (See [RELEASING.md](https://github.com/intersectmbo/cardano-ledger/blob/master/RELEASING.md#versioning-process)).
17+
- [x] Code formatted (use `scripts/fourmolize.sh`).
18+
- [x] Cabal files formatted (use `scripts/cabal-format.sh`).
19+
- [x] [`hie.yaml`](https://github.com/intersectmbo/cardano-ledger/blob/master/hie.yaml) updated (use `scripts/gen-hie.sh`).
20+
- [ ] Self-reviewed the diff.

0 commit comments

Comments
 (0)