From 21f4acf5c54ab544064e281685c701da3754fad6 Mon Sep 17 00:00:00 2001 From: coreglitch Date: Thu, 7 Jan 2021 01:53:39 +0600 Subject: [PATCH] grammar fix of template (#294) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 23d01e22..1e6eee23 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ Describe what feature implement or what bug fixes this PR (or add link to Conflu # 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 +- [ ] Description contains actions to verify feature/bugfix +- [ ] I've built this code, uploaded it to the device and verified feature/bugfix