From f2431f5ab7ff0038bb0fc478de5754a63a0b3f27 Mon Sep 17 00:00:00 2001 From: Ivan Junckes Filho Date: Wed, 12 Jul 2017 21:06:47 -0300 Subject: [PATCH 1/2] improvement on community section - how to contribute to the website --- src/main/jbake/content/community/index.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/jbake/content/community/index.adoc b/src/main/jbake/content/community/index.adoc index ccd27d2..4f93cf4 100755 --- a/src/main/jbake/content/community/index.adoc +++ b/src/main/jbake/content/community/index.adoc @@ -21,14 +21,15 @@ For more information about available support for TomEE please have a look on lin === Contribute to This Website -This website is a simple JBake project you can find at https://git-wip-us.apache.org/repos/asf/tomee-site-generator.git. +This website is a simple link:http://jbake.org/[JBake] project you can find at https://github.com/apache/tomee-site-generator.git. -For more information please have a look to -https://git-wip-us.apache.org/repos/asf?p=tomee-site-generator.git;a=blob;f=README.adoc;h=0fefd33b398fca05854ce46f3c5ebcb4a5ef107a;hb=refs/heads/master -and http://jbake.org/. +To submit a change do the following: -To submit a change create a ticket on http://issues.apache.org/jira/browse/TOMEE and attach a diff -with the content. Then a committer will review it and redeploy the website using Apache CMS. +- Create a ticket on http://issues.apache.org/jira/browse/TOMEE + +- Open a PR with the ticket number e.g `TOMEE-1000 - Ticket Description` + +A committer will review it and redeploy the website using Apache CMS. Building the website is mainly about running `mvn compile`, note you can use `JBake` main to develop. Publishing the website is about running `mvn pre-site` - needs to be a TomEE committer. From b5275057f29d530ca1ea97b9220df3b040205d76 Mon Sep 17 00:00:00 2001 From: Ivan Junckes Filho Date: Mon, 17 Jul 2017 18:37:31 -0300 Subject: [PATCH 2/2] fixes based on romain's suggestion and adding video --- src/main/jbake/content/community/index.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/jbake/content/community/index.adoc b/src/main/jbake/content/community/index.adoc index 4f93cf4..55cb07a 100755 --- a/src/main/jbake/content/community/index.adoc +++ b/src/main/jbake/content/community/index.adoc @@ -21,7 +21,11 @@ For more information about available support for TomEE please have a look on lin === Contribute to This Website -This website is a simple link:http://jbake.org/[JBake] project you can find at https://github.com/apache/tomee-site-generator.git. +This website is a simple link:http://jbake.org/[JBake] project you can find at: + + - https://git-wip-us.apache.org/repos/asf/tomee-site-generator.git. (Apache) + + - https://github.com/apache/tomee-site-generator.git (Github mirror) To submit a change do the following: @@ -33,3 +37,7 @@ A committer will review it and redeploy the website using Apache CMS. Building the website is mainly about running `mvn compile`, note you can use `JBake` main to develop. Publishing the website is about running `mvn pre-site` - needs to be a TomEE committer. + +Here you can find the video tutorial on how to contribute to this Website. + +link:https://www.youtube.com/watch?v=P6IM0LDevVU[Watch the video here.]