Skip to content

Commit

Permalink
Update pull_request_template.md (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious authored Aug 22, 2024
1 parent 5cab6d7 commit f67535d
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/pull_request_template.md
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

0 comments on commit f67535d

Please sign in to comment.