Skip to content

Commit 5a263a6

Browse files
authored
✏️ Fix weird spacing
1 parent 74383e0 commit 5a263a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ Fixes #[issue number] by @[issue author]
1717

1818
## Checklist
1919
<!-- Replace the [ ] with [x] to check the boxes. -->
20-
- [ ] My pull request has a descriptive title (not a vague title like `Update
21-
index.md`).
20+
- [ ] My pull request has a descriptive title (not a vague title like `Update index.md`).
2221
- [ ] My pull request targets the `develop` branch of the repository. <!-- Change this branch if you're targeting a branch other than `develop` -->
2322
- [ ] My commit messages follow best practices.
2423
- [ ] My code follows the established code style of the repository.
2524
- [ ] I added tests for the changes I made (if applicable).
2625
- [ ] I updated the changelog.
2726
- [ ] I added or updated documentation (if applicable).
28-
- [ ] I tried running the project locally and verified that there are no
29-
visible errors.
27+
- [ ] I tried running the project locally and verified that there are no visible errors.
3028

3129
## Developer Certificate of Origin
3230
<!-- You must read and understand the following attestation. -->

0 commit comments

Comments
 (0)