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 -