-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Proposed PR template * Apply suggestions from code review
- Loading branch information
1 parent
83e3437
commit 122a4a1
Showing
1 changed file
with
20 additions
and
4 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,9 +1,25 @@ | ||
## 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? | ||
--> | ||
|
||
### Solution | ||
|
||
<!--- | ||
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. | ||
--> | ||
|
||
### Checklist | ||
|
||
- [ ] I have run this code, and it appears to resolve the stated issue. | ||
- [ ] This PR does not reduce total test coverage | ||
- [ ] This PR has no user interface changes or has already received approval from product management to change the interface. | ||
- [ ] Does this change require a Terraform schema change? | ||
- If so what is the ticket or PR # | ||
- [ ] Make a `changie` entry | ||
- [ ] Make a [changie](https://github.com/OpsLevel/opslevel-go/blob/main/CONTRIBUTING.md#changie-change-log-generation) entry that explains the customer facing outcome of this change |