Skip to content

Commit

Permalink
style: fix prose wrap in PR template (cataclysmbnteam#6065)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Feb 7, 2025
1 parent b51389b commit 48eda36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
18 changes: 5 additions & 13 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,11 @@ NOTE: Please read your emails. Anyone mentioned on Github with an @ will receive

### Mandatory

- [ ] I wrote the PR title in
[conventional commit format](https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/).
- [ ] I ran the
[code formatter](https://docs.cataclysmbn.org/en/contribute/contributing/#code-style).
- [ ] I linked any relevant issues using
[github keyword syntax](https://docs.cataclysmbn.org/en/contribute/contributing/#pull-request-notes)
like `closes #1234` in [Summary of the PR](#why-should-this-pr-be-merged) so it can be closed
automatically.
- [ ] I've
[committed my changes to new branch that isn't `main`](https://docs.cataclysmbn.org/en/contribute/contributing/#make-your-changes)
so it won't cause conflict when updating `main` branch later.
- [ ] I understand that, unless specified otherwise,
[my contributions will fall under the AGPL v3.0 and/or CC-BY-SA 4.0 licenses](https://github.com/cataclysmbnteam/Cataclysm-BN/blob/main/LICENSE.txt)
- [ ] I wrote the PR title in [conventional commit format](https://docs.cataclysmbn.org/en/contribute/changelog_guidelines/).
- [ ] I ran the [code formatter](https://docs.cataclysmbn.org/en/contribute/contributing/#code-style).
- [ ] I linked any relevant issues using [github keyword syntax](https://docs.cataclysmbn.org/en/contribute/contributing/#pull-request-notes) like `closes #1234` in [Summary of the PR](#purpose-of-change-the-why) so it can be closed automatically.
- [ ] I've [committed my changes to new branch that isn't `main`](https://docs.cataclysmbn.org/en/contribute/contributing/#make-your-changes) so it won't cause conflict when updating `main` branch later.
- [ ] I understand that, unless specified otherwise, [my contributions will fall under the AGPL v3.0 and/or CC-BY-SA 4.0 licenses](https://github.com/cataclysmbnteam/Cataclysm-BN/blob/main/LICENSE.txt)

<!--
please remove sections irrelevant to this PR.
Expand Down
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"exclude": ["doc/dist", "doc/.astro", "doc/pnpm-lock.yaml"],
"include": ["scripts", "doc", "*.md", ".github"],
"semiColons": false,
"lineWidth": 100
"lineWidth": 100,
"proseWrap": "preserve"
},
"imports": {
"$asynciter/": "https://deno.land/x/[email protected]/",
Expand Down

0 comments on commit 48eda36

Please sign in to comment.