gmunozfe commented on code in PR #4543:
URL: 
https://github.com/apache/incubator-kie-docs/pull/4543#discussion_r2011549807


##########
README.md:
##########
@@ -156,18 +130,24 @@ For guidelines on contributing to a `kiegroup` 
development project, see [droolsj
 
     Committing and pushing to your fork:
     ```
-    $ cd ~/kie-docs #Recommended to move back "up" in the directory to ensure 
all modified files are staged and committed.
+    $ cd ~/incubator-kie-docs #Recommended to move back "up" in the directory 
to ensure all modified files are staged and committed.
     $ git add --all
-    $ git commit -m "KOGITO-1234: Update section on DMN data types."
-    $ git push -u origin KOGITO-1234 #For first-time push, subsequently just 
`git push`
+    $ git commit -m "kie-issues-444: Update section on DMN data types."
+    $ git push -u origin kie-issues-444 #For first-time push, subsequently 
just `git push`
     ```
 
-6. In your `kie-docs` fork in GitHub, create a pull request to merge your work 
branch with the  `main-kogito` branch in the upstream `kie-docs` repository.
+6. In your `incubator-kie-docs` fork in GitHub, create a pull request to merge 
your work branch with the  `main` branch in the upstream `incubator-kie-docs` 
repository.
 
     In your pull request, include the following components:
     * **Description**: Summarize your changes and include any links to JIRA 
tasks or document previews, if available
     * **Reviewers**: Assign two reviewers from the Apache KIE community. If 
you do not know who to assign ask on Zulip channels.
 
 # Contributing to Apache KIE Kogito software
 
-To contribute to Kogito software, see the 
[`incubator-kie-kogito-runtimes`](https://github.com/apache/incubator-kie-kogito-runtimes)
 repository in GitHub.
+To contribute to Kogito runtime software & engine related code, see the 
[`incubator-kie-kogito-runtimes`](https://github.com/apache/incubator-kie-kogito-runtimes)
 repository in GitHub.
+
+To contribute to Kogito applications, see the 
[`incubator-kie-kogito-apps`](https://github.com/apache/incubator-kie-kogito-apps)
 repository in GitHub.
+
+To contribute to Kogito examples with no UI components, see the 
[`incubator-kie-kogito-examples`](https://github.com/apache/incubator-kie-kogito-example).

Review Comment:
   wrong url
   ```suggestion
   To contribute to Kogito examples with no UI components, see the 
[`incubator-kie-kogito-examples`](https://github.com/apache/incubator-kie-kogito-examples).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to