RFR: 1422: Remove the need to type `JEP-` or `jep-` prefix in `jep` command [v2]
Erik Joelsson
erikj at openjdk.java.net
Tue May 3 20:10:17 UTC 2022
On Tue, 3 May 2022 14:18:41 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> I also noted that on line 150 and 156, the message doesn't start with a capital letter. Could you fix that too?
>
>> I also noted that on line 150 and 156, the message doesn't start with a capital letter. Could you fix that too?
>
> Fixed.
>
>> Do we really need to print a message about this?
>
> If we don't print such message, when typing `/jep 123` mistakenly (assume the right JEP id is `132` and the issue-123 exists and is not a jep issue), the bot prints `The issue 123 is not a JEP. Please make sure you have entered it correctly`. It may confused the user because the user may think the `123` is a JEP ID instead of a issue ID. And the user may asked why the document said it would firstly be tried as a JEP ID but actually not?
I think that will be clear enough without this extra message.
-------------
PR: https://git.openjdk.java.net/skara/pull/1311
More information about the skara-dev
mailing list