Skip to content

Commit eeba50c

Browse files
slawekjaranowskislachiewicz
authored andcommitted
Add PR template
1 parent 7813e8f commit eeba50c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/pull_request_template.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Following this checklist to help us incorporate your
2+
contribution quickly and easily:
3+
4+
- [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSITE) filed
5+
for the change (usually before you start working on it). Trivial changes like typos do not
6+
require a JIRA issue. Your pull request should address just this issue, without
7+
pulling in other changes.
8+
- [ ] Each commit in the pull request should have a meaningful subject line and body.
9+
- [ ] Format the pull request title like `[MSITE-XXX] - Fixes bug in ApproximateQuantiles`,
10+
where you replace `MSITE-XXX` with the appropriate JIRA issue. Best practice
11+
is to use the JIRA issue title in the pull request title and in the first line of the
12+
commit message.
13+
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
14+
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will
15+
be performed on your pull request automatically.
16+
- [ ] You have run the integration tests successfully (`mvn -Prun-its clean verify`).
17+
18+
If your pull request is about ~20 lines of code you don't need to sign an
19+
[Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
20+
please ask on the developers list.
21+
22+
To make clear that you license your contribution under
23+
the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
24+
you have to acknowledge this by using the following check-box.
25+
26+
- [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
27+
28+
- [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
29+

0 commit comments

Comments
 (0)