From 270d0c2e96058254ef20769b0ddf7042d7d40d0e Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 21 Feb 2025 11:58:53 +0900 Subject: [PATCH] GH-45485: [Dev] Simplify pull request template --- .github/pull_request_template.md | 53 ++++---------------------------- 1 file changed, 6 insertions(+), 47 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3839d3e2fc889..4b3eac2d43305 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,61 +1,20 @@ - - +Please remove this line and the above text before creating your pull request. ### Rationale for this change - - ### What changes are included in this PR? - - ### Are these changes tested? - - ### Are there any user-facing changes? - - - - +**This PR includes breaking changes to public APIs.** (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.) - - \ No newline at end of file +**This PR contains a "Critical Fix".** (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)