This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EVEREST-402 Added github PR template
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
**CHANGE DESCRIPTION** | ||
--- | ||
**Problem:** | ||
EVEREST-0 | ||
|
||
*Short explanation of the problem.* | ||
|
||
**Related pull requests** | ||
|
||
- [link] | ||
|
||
**Cause:** | ||
*Short explanation of the root cause of the issue if applicable.* | ||
|
||
**Solution:** | ||
*Short explanation of the solution we are providing with this PR.* | ||
|
||
**CHECKLIST** | ||
--- | ||
**Jira** | ||
- [ ] Is the Jira ticket created and referenced properly? | ||
|
||
**Tests** | ||
- [ ] Is an Integration test/test case added for the new feature/change? | ||
- [ ] Are unit tests added where appropriate? |