[Question] Issuing multiple bug reports (format)

I have been keeping track of different bugs I’ve experienced while playing Hitman 3, and I noticed the bug report thread is set up to report one issue at a time, or is it?
I have a long list of bugs to report, and making a separate report for each one would be a bit much. How should I submit this so IO doesn’t have to wade through multiple replies?
Thanks.

You can report everything in one go, and I suppose it’s even better because I think it will be easier for developers to roam throgh the reports.
If you have a long list with dozens of reports and big descriptions, you can hide every bug under Hide details spoiler.
Might look like this:

Bug 1

The description of the bug goes here

Bug 2

The description of the bug goes here

Bug 3

The description of the bug goes here

Bug 4

The description of the bug goes here

Bug 5

The description of the bug goes here

and so on

To hide the details you can use Hide details option in a cogwheel menu which is situated right above the message composing field, the very right button.
Or you can write the code manually.
It will look like this:

[details="Bug 1"]
The description of the bug goes here
[/details]
2 Likes

Good suggestion, thank you.