Skip to content

Commit ac31e57

Browse files
andreeafloresculauralt
authored andcommitted
added github issue template
Adjusted the github issue template from Firecracker. Signed-off-by: Andreea Florescu <[email protected]>
1 parent e712d6a commit ac31e57

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Reason for This PR
2+
3+
`[Author TODO: add issue # or explain reasoning.]`
4+
5+
## Description of Changes
6+
7+
`[Author TODO: add description of changes.]`
8+
9+
## License Acceptance
10+
11+
By submitting this pull request, I confirm that my contribution is made under
12+
the terms of the Apache 2.0 license.
13+
14+
## PR Checklist
15+
16+
`[Author TODO: Meet these criteria.]`
17+
`[Reviewer TODO: Verify that these criteria are met. Request changes if not]`
18+
19+
- [ ] All commits in this PR are signed (`git commit -s`).
20+
- [ ] The reason for this PR is clearly provided (issue no. or explanation).
21+
- [ ] The description of changes is clear and encompassing.
22+
- [ ] Any required documentation changes (code and docs) are included in this PR.
23+
- [ ] Any newly added `unsafe` code is properly documented.
24+
- [ ] Any user-facing changes are mentioned in `CHANGELOG.md`.

0 commit comments

Comments
 (0)