-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RHIROS-1408 - add PR creation template (#158)
- Loading branch information
1 parent
5b99ad0
commit ed412b9
Showing
1 changed file
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## PR Title :boom: | ||
|
||
Please title this PR with a summary of the change, along with the JIRA card number. | ||
|
||
Suggested formats: | ||
|
||
1. Fixes/Refs #RHIROS-XXX - Title | ||
2. RHIROS-XXX Title | ||
3. RHINENG-XXX Title | ||
|
||
Feel free to remove this section from PR description once done. | ||
|
||
## Why do we need this change? :thought_balloon: | ||
|
||
Please include the __context of this change__ here. If the change depends on Kruize add details about that as well! | ||
|
||
## Documentation update? :memo: | ||
|
||
- [ ] Yes | ||
- [ ] No | ||
|
||
## Security Checklist :lock: | ||
|
||
Upon raising this PR please go through [RedHatInsights/secure-coding-checklist](https://github.com/RedHatInsights/secure-coding-checklist) | ||
|
||
## :guardsman: Checklist :dart: | ||
|
||
- [ ] Does this change depend on specific version of Kruize | ||
- If yes what is the version no: | ||
- [ ] Is that image available in production or needs deployment? | ||
- [ ] Bugfix | ||
- [ ] New Feature | ||
- [ ] Refactor | ||
- [ ] Unittests Added | ||
- [ ] DRY code | ||
- [ ] Dependency Added | ||
- [ ] DB Migration Added | ||
|
||
## Additional :mega: | ||
|
||
Feel free to add any other relevant details such as __links, notes, screenshots__, here. |