RFR: Removing a JBS Issue [v2]

Jesper Wilhelmsson jwilhelm at openjdk.org
Wed Aug 9 15:35:11 UTC 2023


On Fri, 4 Aug 2023 17:06:31 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Understand your code
>
> src/guide/contributing-to-an-open-jdk-project.md line 63:
> 
>> 61: ### 4. Create a tracking issue in JBS
>> 62: 
>> 63: Many OpenJDK projects require a tracking issue to be filed in the [JDK Bug System (JBS)](https://bugs.openjdk.org/) before a change can be pushed. This is the case for instance for the JDK and the JDK-Updates projects. In order to get write access to JBS you need to be an [Author](https://openjdk.org/bylaws#author) in an OpenJDK project (see [Becoming an Author]). For your first changes, ask your sponsor to help you create the issue or file the bug through the [Bug Report Tool](https://bugreport.java.com/).
> 
> Couple of wording suggestions:
> 
> s/JDK-Updates/JDK Updates/
> s/changes/change/
> s/get/obtain/
> 
> remove "for instance" - doesn't seem to add anything.

Thank you for these suggestions.

> s/JDK-Updates/JDK Updates/
Fixed.

> s/changes/change/
This is the case for more than the first change.

> s/get/obtain/
Fixed.

> remove "for instance" - doesn't seem to add anything.
It's not only the JDK and JDK Updates projects that require JBS issues to push changes.

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

PR Review Comment: https://git.openjdk.org/guide/pull/112#discussion_r1288711776


More information about the guide-dev mailing list