This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 418b835906 ISIS-3249: adds note on logging in/creating an account in 
Jira before being able to create an issue in contributing
     new 6bf48a3bef Merge pull request #1140 from 
HeVictor/ISIS-3249-add-note-on-Jira-login-for-contributing
418b835906 is described below

commit 418b83590604c757e0b170af5180a0f7a0d5574a
Author: Victor He <[email protected]>
AuthorDate: Fri Oct 14 13:18:32 2022 +1100

    ISIS-3249: adds note on logging in/creating an account in Jira before being 
able to create an issue in contributing
---
 antora/components/conguide/modules/ROOT/pages/contributing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora/components/conguide/modules/ROOT/pages/contributing.adoc 
b/antora/components/conguide/modules/ROOT/pages/contributing.adoc
index 3681eb0b4d..62e5644050 100644
--- a/antora/components/conguide/modules/ROOT/pages/contributing.adoc
+++ b/antora/components/conguide/modules/ROOT/pages/contributing.adoc
@@ -31,7 +31,7 @@ That is:
 . you set the https://github.com/apache/isis.git[github.com/apache/isis] as 
your upstream branch; this will allow you to keep your local clone up-to-date 
with new commits
 * note the asymmetry here: the `upstream` repo (the Apache GitHub repo) is 
*not* the same as the `origin` repo (your fork).
 . you work on your changes locally; when done, you push them to your GitHub 
fork
-. to contribute back a change, raise a 
https://issues.apache.org/jira/browse/ISIS[JIRA] ticket, and ensure your commit 
message is in the form: `ISIS-nnnn: ...` so that changes can be tracked (more 
discussion on this point below).
+. to contribute back a change, raise a 
https://issues.apache.org/jira/browse/ISIS[JIRA] ticket (you will need to log 
in or create a new account first), and ensure your commit message is in the 
form: `ISIS-nnnn: ...` so that changes can be tracked (more discussion on this 
point below).
 In any case, before you decide to start hacking with Apache Isis, it's always 
worth creating a ticket in JIRA and then have a discussion about it on the 
xref:docs:support:mailing-list.adoc[mailing lists].
 . Use GitHub to raise a 
https://help.github.com/articles/using-pull-requests/[pull request] for your 
feature
 . An Apache Isis committer will review your change, and apply it if suitable.

Reply via email to