Skip to content

Commit

Permalink
Proposed PR template (#458)
Browse files Browse the repository at this point in the history
* Proposed PR template

* Apply suggestions from code review
  • Loading branch information
rocktavious authored Aug 22, 2024
1 parent 83e3437 commit 122a4a1
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions .github/pull_request_template.md
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

0 comments on commit 122a4a1

Please sign in to comment.