RFR: Fixed bugs in bug filing instructions [v3]

Jesper Wilhelmsson jwilhelm at openjdk.java.net
Thu May 6 17:56:21 UTC 2021


On Thu, 6 May 2021 03:05:23 GMT, Iris Clark <iris at openjdk.org> wrote:

>> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Mooved text about priority
>
> src/index.md line 313:
> 
>> 311: :::
>> 312: 
>> 313: [JBS](https://bugs.openjdk.java.net/) is a public issue tracker used by many OpenJDK projects. It's open for anyone to read and search. In order to get write access you need to be an [Author](https://openjdk.java.net/bylaws#author) in an OpenJDK project.
> 
> For write access, you need to be registered in the OpenJDK Census (for instance by becoming a Project Author).  
> 
> [ For membership in an existing Project, there is no requirement that one is an Author before Committer.  For new Projects, the Lead may appoint an individual at any role.  There are no Authors in Groups and Group members also have OpenJDK accounts. ]

Fixed.

> src/index.md line 317:
> 
>> 315: ## Filing a Bug
>> 316: 
>> 317: When a new failure is found in the JDK a bug should be filed to describe and track the issue. Depending on your role in the OpenJDK you can either use the [Bug Report Tool](https://bugreport.java.com/) or, if you are [Author](https://openjdk.java.net/bylaws#author) in an OpenJDK [Project](https://openjdk.java.net/bylaws#project), report the bug directly in [JBS](https://bugs.openjdk.java.net/). Try to make the bug report as complete as possible to make it easier to triage and investigate the bug.
> 
> "or, if you are Author in an OpenJDK Project"
>     -> ("or, if you are registered in the OpenJDK Census" || "or, if you have an OpenJDK account")

Fixed.

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

PR: https://git.openjdk.java.net/guide/pull/57


More information about the guide-dev mailing list