mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add template
This commit is contained in:
parent
ea9f139308
commit
60e361b2d7
1 changed files with 24 additions and 0 deletions
24
PULL_REQUEST_TEMPLATE
Normal file
24
PULL_REQUEST_TEMPLATE
Normal 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?
|
||||
|
||||
Loading…
Reference in a new issue