From 89f0898f2f14407f26e81295f57b7a8caed2fc7d Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Mon, 30 May 2022 14:09:35 +0700 Subject: [PATCH] Fix checkboxes (#1923) --- .github/pull_request_template.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3d34d5aba7..312c719d1d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,18 +4,18 @@ ## Checklist -[ ] - Does the code work? Check whether function and logic are correct. -[ ] - Does Changelog.md is updated with changes? -[ ] - Does the translations are up to date? -[ ] - Does it well tested? -[ ] - - Tested for Chrome. -[ ] - - Tested for Safari. -[ ] - Go through the changed code looking for typos, TODOs, commented LOCs, debugging pieces of code, etc. -[ ] - Rebase your branch onto master and upstream branch -[ ] - Is there any redundant or duplicate code? -[ ] - Are required links are linked to PR? -[ ] - Does new code is well documented ? +* [ ] - Does the code work? Check whether function and logic are correct. +* [ ] - Does Changelog.md is updated with changes? +* [ ] - Does the translations are up to date? +* [ ] - Does it well tested? +* [ ] - Tested for Chrome. +* [ ] - Tested for Safari. +* [ ] - Go through the changed code looking for typos, TODOs, commented LOCs, debugging pieces of code, etc. +* [ ] - Rebase your branch onto master and upstream branch +* [ ] - Is there any redundant or duplicate code? +* [ ] - Are required links are linked to PR? +* [ ] - Does new code is well documented ? ## Related issues -_TODO_ A list of closed updated issues +A list of closed updated issues