From ad471ccdf7255be076d5e16cf5c26b8680994695 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Tue, 13 Oct 2020 00:10:05 +0300 Subject: [PATCH] Community: Add pull request template Change-Id: I0c1de7a8b49e9f2ba9c72a3dc065caf36076dd9a --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000000..0e6d16cfd7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ + +* Resolves: # +* Target version: master + +### Summary + + +### TODO + +- [ ] ... + +### Checklist + +- [ ] Code is properly formatted +- [ ] All commits have Change-Id +- [ ] I have run tests with `make check` +- [ ] I have issued `make run` and manually verified that everything looks okay +- [ ] Documentation (manuals or wiki) has been updated or is not required +