From 48eda364c6494b566295b660ec8663916b7e474f Mon Sep 17 00:00:00 2001 From: scarf Date: Sat, 8 Feb 2025 01:13:44 +0900 Subject: [PATCH] style: fix prose wrap in PR template (#6065) --- .github/pull_request_template.md | 18 +++++------------- deno.jsonc | 3 ++- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4961a33ac424..27463cfaa5c8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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)