From f3fa7617c14fe248822badebab580920b8cc961d Mon Sep 17 00:00:00 2001 From: aanper Date: Tue, 5 Jan 2021 10:23:51 +0600 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..23d01e22 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +Describe what feature implement or what bug fixes this PR (or add link to Confluence/Jira task). The description should describe what actions need to check this code. + +# Checklist (do not modify) + +- [ ] PR has description of feature/bug or link to Confluence/Jira task +- [ ] Description describe what actions need to check this code. +- [ ] I build this code, upload it do device and check feature/bugfix \ No newline at end of file