-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2208 from AndrewSirenko/pull-request-template
Upgrade Pull Request Template
- Loading branch information
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
**Is this a bug fix or adding new feature?** | ||
#### What type of PR is this? | ||
|
||
**What is this PR about? / Why do we need it?** | ||
<!-- | ||
Add one of the following kinds: | ||
/kind bug | ||
/kind cleanup | ||
/kind documentation | ||
/kind feature | ||
--> | ||
|
||
**What testing is done?** | ||
#### What is this PR about? / Why do we need it? | ||
|
||
#### How was this change tested? | ||
|
||
#### Does this PR introduce a user-facing change? | ||
<!-- | ||
If no, just write "NONE" in the release-note block below. | ||
If yes, enter your extended release note in the block below. | ||
--> | ||
```release-note | ||
``` |