From 3020d0bf3c82df3ebd0a5d2919ab0218cd74d911 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 2 Aug 2026 07:10:25 -0400 Subject: [PATCH] Docs: Update PR template to ask for user-visible rationale --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/pull_request_template.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 955e59d74d08b..62449afbbbe1f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,7 +9,7 @@ body: description: Please describe what you are trying to do. placeholder: > A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) + (This section helps DataFusion developers understand the context and *why* for this feature, in addition to the *what*) - type: textarea attributes: label: Describe the solution you'd like diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 907d90523978c..01a44953e83b6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,12 +11,19 @@ We generally require a GitHub issue to be filed for all bug fixes and enhancemen ## What changes are included in this PR? ## Are these changes tested? @@ -33,8 +40,6 @@ If tests are not included in your PR, please explain why (for example, are they -