Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechozga authored May 31, 2024
1 parent 3a44d06 commit f2b80f8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Description of the changes
<!-- Why is this change required? What problem does it solve? -->

<!-- This PR Fixes #issue_number -->

## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Formal verification
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Refactorization (non-breaking change which improves code quality)

## How to test this PR?
<!-- E.g., Run qemu-based hypervisor and then launch Linux-based confidential VM. -->

0 comments on commit f2b80f8

Please sign in to comment.