RFR: Updates to the JBS section of the OpenJDK Dev Guide [v9]

Stefan Karlsson stefank at openjdk.org
Wed May 17 16:18:18 UTC 2023


On Wed, 17 May 2023 15:05:17 GMT, calnan <duke at openjdk.org> wrote:

>> Added overview on triaging issues, the bug states and process.
>
> calnan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed a couple of typos, made sure bullets start with a capital and end with a full stop - except for non-sentence bullets.  Clarified how to close a duplicate

src/guide/jbs-jdk-bug-system.md line 205:

> 203:     1. Bugs that do not affect product code, but are only against the regression test: 'noreg-self'
> 204:     1. Issues that seem to be trivial to fix: 'starter'
> 205:     1. RFEs that are pure cleanups: 'noreg-cleanup'

As I understand it, the noreg- labels are there to indicate the reason why there is *no reg*ression test. So, pure cleanups are typically labeled with 'cleanup' and 'noreg-cleanup' is later used by SQE to note why there's no regression test for the pushed change.

-------------

PR Review Comment: https://git.openjdk.org/guide/pull/100#discussion_r1196771781


More information about the guide-dev mailing list