-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pull_request_template.md (#324)
- Loading branch information
1 parent
5cab6d7
commit f67535d
Showing
1 changed file
with
17 additions
and
7 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,12 +1,22 @@ | ||
## Issues | ||
Resolves # | ||
|
||
<!-- paste an issue link here from github/gitlab --> | ||
### Problem | ||
|
||
## Changelog | ||
<!--- | ||
Describe the problem this PR is solving. What is the application state | ||
before this PR is merged? | ||
--> | ||
|
||
- [ ] List your changes here | ||
- [ ] Make a `changie` entry | ||
### Solution | ||
|
||
## Tophatting | ||
<!--- | ||
Describe the way this PR solves the above problem. Add as much detail as you | ||
can to help reviewers understand your changes. Include any alternatives and | ||
tradeoffs you considered. | ||
--> | ||
|
||
<!-- paste in CLI output, log messages or screenshots showing your change works --> | ||
### Checklist | ||
|
||
- [ ] I have run this code, and it appears to resolve the stated issue. | ||
- [ ] This PR has no user interface changes or has already received approval from product management to change the interface. | ||
- [ ] Make a [changie](https://github.com/OpsLevel/cli/blob/main/CONTRIBUTING.md#changie-change-log-generation) entry that explains the customer facing outcome of this change |