From 1fdebd7d56c4e5075627eb2adf64fdeece7ef67d Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 2 Mar 2026 11:36:00 +0100 Subject: [PATCH] chore: remove the bullet point about reading the CONTRIBUTING.md file in the PR template The PR template includes an item for a warning that is automatically shown once (and once and for all) by the Github UI. In the previous review of the changes to the pull request template, Ivan agreed that this was redundant, so it seems there's no point in keeping it in the pull request template itself. --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f0a8af882..b02fcf3db 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,6 @@ - [ ] I've documented the public API Changes in the appropriate `CHANGELOG.md` files. -- [ ] I've read [the `CONTRIBUTING.md` file](https://github.com/matrix-org/matrix-rust-sdk/blob/main/CONTRIBUTING.md), notably the sections about Pull requests, Commit message format, and AI policy. - [ ] This PR was made with the help of AI.