chore: Add pull request template#100
Conversation
|
Preview URL: https://Benjamin-Philip.github.io/arrow-erlang-1 If the preview URL doesn't work, you may have forgotten to configure your fork repository for preview. |
There was a problem hiding this comment.
Pull request overview
Adds a repository-level pull request template to standardize PR bodies and better align them with the project’s contribution guidance and other Arrow subprojects.
Changes:
- Introduces
.github/pull_request_template.mdwith an ASF license header and standard PR sections. - Adds prompts for issue linkage, change description, and breaking-change signaling.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## What issue does this PR close? | ||
|
|
||
| Closes #NNN. |
There was a problem hiding this comment.
Most PRs will close a tracked issue, so I think it's fine as-is.
|
|
||
| Please fill in a description of the changes here. | ||
|
|
||
| **This contains breaking changes.** <- Remove this line if there are no breaking changes. |
There was a problem hiding this comment.
Embarrassing noisy placeholder text is more likely to be read than a checkbox. If it remains, it's probably a signal that the PR author isn't reviewing their code properly.
(Fingers crossed that I don't let this split through in a future PR).
What issue does this PR close?
Doesn't close an issue in the tracker. PR messages should match the structure of
commits in this repo and other arrow projects.
What's Changed
Adds a PR template for better consistency. Based on apache/arrow-swift#19 and https://github.com/apache/arrow-js/blob/main/.github/pull_request_template.md.