Skip to content

Commit d1c3d5a

Browse files
committed
Update GitHub templates to match arrow-rs versions
1 parent ac68174 commit d1c3d5a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ assignees: ''
77

88
---
99

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
(This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*)
1213

1314
**Describe the solution you'd like**
1415
A clear and concise description of what you want to happen.

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ We generally require a GitHub issue to be filed for all bug fixes and enhancemen
44

55
Closes #.
66

7+
# Rationale for this change
8+
Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
9+
Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
10+
711
# What changes are included in this PR?
812

913
There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
@@ -13,4 +17,3 @@ There is no need to duplicate the description in the issue here but it is someti
1317
If there are user-facing changes then we may require documentation to be updated before approving the PR.
1418

1519
If there are any breaking changes to public APIs, please add the `breaking change` label.
16-

0 commit comments

Comments
 (0)