chore: simplify comment template#95
Conversation
|
|
||
| [comment]({{comment.htmlUrl}}) | ||
| — | ||
| {{{comment.body}}} No newline at end of file |
Review: chore: simplify comment templateThanks for the cleanup — the new layout is a genuine UX improvement. Inlining the link into the author line ( Minor issues
Notes
Test coverageThere do not appear to be any tests exercising the templates (no template render tests under Automated review — feedback is advisory; use your judgement. |
|
|
||
| [comment]({{comment.htmlUrl}}) | ||
| — | ||
| {{{comment.body}}} No newline at end of file |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Briefly describe the issue you have solved or implemented with this pull request. If the PR contains multiple issues, use a bullet list.
Causes (Optional)
Briefly describe the causes behind the issues. This could be helpful to understand the adopted solutions behind some nasty bugs or complex issues.
Solutions
Briefly describe the solutions you have implemented for the issues explained above.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Test Coverage (Optional)
How to Test
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.