From ac31e5745fd3859ad430c0f4b50a54332a61112d Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Mon, 23 Mar 2020 15:50:49 +0200 Subject: [PATCH] added github issue template Adjusted the github issue template from Firecracker. Signed-off-by: Andreea Florescu --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..dbb0d71 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## Reason for This PR + +`[Author TODO: add issue # or explain reasoning.]` + +## Description of Changes + +`[Author TODO: add description of changes.]` + +## License Acceptance + +By submitting this pull request, I confirm that my contribution is made under +the terms of the Apache 2.0 license. + +## PR Checklist + +`[Author TODO: Meet these criteria.]` +`[Reviewer TODO: Verify that these criteria are met. Request changes if not]` + +- [ ] All commits in this PR are signed (`git commit -s`). +- [ ] The reason for this PR is clearly provided (issue no. or explanation). +- [ ] The description of changes is clear and encompassing. +- [ ] Any required documentation changes (code and docs) are included in this PR. +- [ ] Any newly added `unsafe` code is properly documented. +- [ ] Any user-facing changes are mentioned in `CHANGELOG.md`.