Skip to content

Commit f5350e2

Browse files
authored
build: Add PR template (apache#23)
Adding PR template for the repo. This is mostly copied from DataFusion but removed the "user facing" part.
1 parent 6df78c3 commit f5350e2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/pull_request_template.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Which issue does this PR close?
2+
3+
<!--
4+
We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123.
5+
-->
6+
7+
Closes #.
8+
9+
## Rationale for this change
10+
11+
<!--
12+
Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
13+
Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.
14+
-->
15+
16+
## What changes are included in this PR?
17+
18+
<!--
19+
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.
20+
-->
21+
22+
## How are these changes tested?
23+
24+
<!--
25+
We typically require tests for all PRs in order to:
26+
1. Prevent the code from being accidentally broken by subsequent changes
27+
2. Serve as another way to document the expected behavior of the code
28+
29+
If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
30+
-->

0 commit comments

Comments
 (0)