summary refs log tree commit diff
path: root/packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch')
-rw-r--r--packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch b/packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch
new file mode 100644

index 0000000..2fdf9be --- /dev/null +++ b/packages/overlays/matrix-synapse/patches/0003-Remove-newline-from-final-bullet-point-of-PR-templat.patch
@@ -0,0 +1,34 @@ +From 480d4faa38401f37b0b5608356ee1959aa5829c8 Mon Sep 17 00:00:00 2001 +From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> +Date: Tue, 13 May 2025 15:14:00 +0100 +Subject: [PATCH 03/34] Remove newline from final bullet point of PR template + (#18419) + +--- + .github/PULL_REQUEST_TEMPLATE.md | 3 +-- + changelog.d/18419.misc | 1 + + 2 files changed, 2 insertions(+), 2 deletions(-) + create mode 100644 changelog.d/18419.misc + +diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md +index 07d4f6dfce..f8e60815fa 100644 +--- a/.github/PULL_REQUEST_TEMPLATE.md ++++ b/.github/PULL_REQUEST_TEMPLATE.md +@@ -9,5 +9,4 @@ + - End with either a period (.) or an exclamation mark (!). + - Start with a capital letter. + - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. +-* [ ] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct +- (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) ++* [ ] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) +diff --git a/changelog.d/18419.misc b/changelog.d/18419.misc +new file mode 100644 +index 0000000000..0ff36e27b8 +--- /dev/null ++++ b/changelog.d/18419.misc +@@ -0,0 +1 @@ ++Update the PR review template to remove an erroneous line break from the final bullet point. +\ No newline at end of file +-- +2.49.0 +