Skip to content

Commit 040925b

Browse files
Inhishonornpjohnson
authored andcommitted
wiki: Make note about collecting logs more clear and prominent
* Fix wording while we're here. Change-Id: Ia56165d8157fab7d2f1ea62ecf1b82808f1707de
1 parent c1ff31b commit 040925b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/how-tos/bugs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Most of the requested information can be found on your device if you go to *Sett
4545

4646
Make sure to fill out the template with accurate information, and in the format requested. It doesn't matter if your baseband version has nothing to do with a lock screen animation issue, if it is not there your bug will be closed.
4747

48-
{% include alerts/important.html content="Please do not post multiple issues within the same report, as bugs can be either affecting different maintainers or some may be device specific where others are not" %}
48+
{%- capture content %}[Logcats]({{ "how-to/logcat/" | relative_url }}) *must* be attached for all Android bugs, and *must* be captured right after reproducing the issue. Without these, it is much more difficult and time-consuming for us to resolve the issue.{% endcapture %}
49+
{% include alerts/warning.html content=content %}
4950

50-
{%- capture content %}[Logcats]({{ "how-to/logcat/" | relative_url }}) *must* be attached for all Android bugs, and *must* be captured right after reproducing the issue.{% endcapture %}
51-
{% include alerts/important.html content=content %}
51+
{% include alerts/important.html content="Please submit each issue in a separate report. Some bugs may be device-specific or handled by different maintainers, and combining them can delay resolution." %}
5252

5353
<a href="https://gitlab.com/LineageOS/issues/android/-/issues"><button class="btn btn-primary">Go to Android bugs</button></a>
5454

0 commit comments

Comments
 (0)