add template

This commit is contained in:
Felix Cheung 2016-02-24 21:56:57 -08:00
parent ea9f139308
commit 60e361b2d7

24
PULL_REQUEST_TEMPLATE Normal file
View file

@ -0,0 +1,24 @@
### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
New? Check out the [contributing guide](https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md)
### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
### Todos
* [ ] - Task
### What is the Jira issue?
Link to Jira here - put [ZEPPELIN-*Jira number*] in PR title
### How should this be tested?
Outline the steps to test the PR here.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update?
* Is there breaking changes for older versions?
* Does this needs documentation?