Skip to content

Commit 3ec53a3

Browse files
authored
HADOOP-17799. Improve the GitHub pull request template (#3277)
Reviewed-by: Yi Sheng <yisheng@apache.org>
1 parent b90389a commit 3ec53a3

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.github/pull_request_template.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
## NOTICE
1+
<!--
2+
Thanks for sending a pull request!
3+
1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
4+
2. Make sure your PR title starts with JIRA issue id, e.g., 'HADOOP-17799. Your PR title ...'.
5+
-->
6+
7+
### Description of PR
8+
9+
10+
### How was this patch tested?
11+
12+
13+
### For code changes:
14+
15+
- [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
16+
- [ ] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
17+
- [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?
18+
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`, `NOTICE-binary` files?
219

3-
Please create an issue in ASF JIRA before opening a pull request,
4-
and you need to set the title of the pull request which starts with
5-
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
6-
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

0 commit comments

Comments
 (0)