RFR: Added section on maintainer-pain
Igor Ignatyev
iignatyev at openjdk.java.net
Thu Nov 5 19:00:01 UTC 2020
On Thu, 5 Nov 2020 18:26:32 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
> Added section on maintainer-pain
src/index.md line 986:
> 984: If you have a [`maintainer-pain`](#maintainer-pain) bug assigned to you please consider fixing it asap. If you chose not to work on the issue, you should at least be aware that you are choosing to waste others' engineering time and people will be affected by this choice.
> 985:
> 986: As with any issue the best way to deal with a [`maintainer-pain`](#maintainer-pain) issue is to fix it. Another way to reduce the noise is to ProblemList the failing test. This is a viable option if there is a limited set of tests that are failing and the bug is actively investigated. ProblemListing a test is a regression in our test coverage so this should not be taken lightly, but it works well as a quick emergency action when a test is failing repeatedly.
should we refer to `ProblemListing` section here?
-------------
PR: https://git.openjdk.java.net/guide/pull/37
More information about the guide-dev
mailing list