JAMES-2315 Move Bug tracker to contribute section
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/809f23e4 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/809f23e4 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/809f23e4 Branch: refs/heads/master Commit: 809f23e4efc3bf0ce74123223f065505fb13da4d Parents: 81382bc Author: benwa <[email protected]> Authored: Thu Feb 1 09:31:26 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Feb 1 17:35:52 2018 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/809f23e4/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index a105762..2d922e1 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -160,16 +160,6 @@ WHAT WILL YOU TRY:</b><br> </span> </li> <li class="post-template center-icon"> - <a href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel"><span class="icon fa-bug"></span></a> - <span class="details"> - <b>Report bugs:</b> - <br/>You can here enter bug encountered, share your point of view about a specific feature or anything else... <br/> - Each subproject has its own bug tracker.<br/> - <a href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" class="comm" alt="James Server bugtracker">Go to James Server project bugtracker</a>.<br/> - For other projects click on the appropriate links mentioned in the concerned subproject. Finally, create your issue. - </span> - </li> - <li class="post-template center-icon"> <a href="http://twitter.com/ApacheJames" alt="twitter account"><span class="icon fa-twitter"></span></a> <span class="details"> <b>Twitter:</b> @@ -221,10 +211,20 @@ WHAT WILL YOU TRY:</b><br> Contact us by <a href="https://james.apache.org/mail.html" class="comm" alt="mailing lists">email</a> or on <a href="https://gitter.im/apache/james-project" class="comm" alt="Gitter chat room">Gitter</a> to share your experiences. <br/>Don't hesitate to promote the Apache James project on your preferred medias. - <br/>Report your bugs, propose enhancements on our <a href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" class="comm" alt="James Server bugtracker">bugtracker</a>. </span> </li> + <li class="post-template center-icon"> + <a href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel"><span class="icon fa-bug"></span></a> + <span class="details"> + <b>Report bugs:</b> + <br/>You can here enter bug encountered, share your point of view about a specific feature or anything else... <br/> + Each subproject has its own bug tracker. + <a href="https://issues.apache.org/jira/browse/JAMES/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel" class="comm" alt="James Server bugtracker">Go to James Server project bugtracker</a>.<br/> + For other projects click on the appropriate links mentioned in the concerned subproject. Finally, create your issue. + </span> + </li> + <li class="post-template center-icon"> <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20JAMES%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20documentation%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC"><span class="icon fa-book "></span></a> <span class="details"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
