mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 00:37:47 +00:00
Fix checkboxes (#1923)
This commit is contained in:
parent
ba9216efff
commit
89f0898f2f
24
.github/pull_request_template.md
vendored
24
.github/pull_request_template.md
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user