diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..3d1c62f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE @@ -0,0 +1,10 @@ +# \ +Replace \ with the issue number here, e.g. HADOOP-1234. If you haven't created a ticket yet, do that first. +Also, don't forget to include it to the commit message(s)! If any of these are new to you, please read the [How to contribute guide](https://wiki.apache.org/hadoop/HowToContribute) first. + +### Description +A few sentences describing the overall goals of the pull request's commits. + +### Testing +How did you test the fix? List your steps here. +1.