Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formats in the comments #1303

Merged
merged 2 commits into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*
* ### Team says:
*
* Team chose [`type.DocumentationBug`].
* Originally [`type.FunctionalityBug`].
* Team chose [`type.DocumentationBug`]
* Originally [`type.FunctionalityBug`]
*
* This use case is just not in the docs.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,20 @@
*
* - [ ] I disagree
*
* **Reason for disagreement:**
* { disagreement reason }
* **Reason for disagreement:** { disagreement reason }
*
* <catcher-end-of-segment><hr>
*
* A concrete example would be:
*
* ## :question: Issue severity
*
* Team chose [`severity.Low`].
* Originally [`severity.Medium`].
* Team chose [`severity.Low`]
* Originally [`severity.Medium`]
*
* - [x] I disagree
*
* **Reason for disagreement:**
* The team is silly and doesn't understand how bad this bug is!!!
* **Reason for disagreement:** The team is silly and doesn't understand how bad this bug is!!!
*
* <catcher-end-of-segment><hr>
*/
Expand Down
14 changes: 6 additions & 8 deletions src/app/core/models/templates/tester-response-template.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,23 @@
*
* ## :question: Issue type
*
* Team chose [`type.DocumentationBug`].
* Originally [`type.FunctionalityBug`].
* Team chose [`type.DocumentationBug`]
* Originally [`type.FunctionalityBug`]
*
* [x] - I disagree
*
* **Reason for disagreement:**
* It's not a use case, it's a bug! This has nothing to do with the docs.
* **Reason for disagreement:** It's not a use case, it's a bug! This has nothing to do with the docs.
*
* <catcher-end-of-segment><hr>
*
* ## :question: Issue severity
*
* Team chose [`severity.VeryLow`].
* Originally [`severity.High`].
* Team chose [`severity.VeryLow`]
* Originally [`severity.High`]
*
* [x] - I disagree
*
* **Reason for disagreement:**
* You don't understand how frustrating this bug is!!
* **Reason for disagreement:** You don't understand how frustrating this bug is!!
*
* <catcher-end-of-segment><hr>
*/
Expand Down
Loading