You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2021/03/15 08:57:50 UTC

[cloudstack-www] 01/01: issues have moved to github

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

dahn pushed a commit to branch github-issues
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

commit 6734b5e4d17e076649a953c958c84989245f9d25
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Mon Mar 15 09:56:55 2021 +0100

    issues have moved to github
---
 source/contribute.html.markdown | 2 +-
 source/developers.html.markdown | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/source/contribute.html.markdown b/source/contribute.html.markdown
index 430f246..d15d710 100644
--- a/source/contribute.html.markdown
+++ b/source/contribute.html.markdown
@@ -22,7 +22,7 @@ Note that you **do not have to be a developer** in order to contribute to Apache
 
 Developers, of course, are also welcome. See the [Developer Resources](/developers.html) page!
 
-If you just want to report a bug, that's easily done in our [Jira bug tracking tool](https://issues.apache.org/jira/browse/CLOUDSTACK).
+If you just want to report a bug, that's easily done in our [github project issues list](https://github.com/apache/cloudstack/issues). Go there and click [new issue](https://github.com/apache/cloudstack/issues/new/choose).
 
 ## Where To Ask For Help
 
diff --git a/source/developers.html.markdown b/source/developers.html.markdown
index 4e44dd7..b396085 100644
--- a/source/developers.html.markdown
+++ b/source/developers.html.markdown
@@ -37,7 +37,7 @@ canonical Git repo maintained by the Apache Software Foundation. Submitting GitH
 For detailed instructions see the link below:<br />
 <a href="https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md" target="_blank">GitHub Contribution Guidelines</a></p>
 
-<h3>Submitting a patch through JIRA</h3>
+<h3>Submitting a patch</h3>
 
 <p>While we encourage you to submit your contribution through GitHub pull requests, you can also attach a patch in a JIRA ticket. For the purpose of these instructions, we'll assume that you already have a system with <a href="http://git-scm.com/" target="_blank">Git</a> and have found a bug to fix or have a feature that you'd like to submit, and you're willing to contribute that code or documentation under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apa [...]
 
@@ -174,7 +174,7 @@ endings (LF) rather than Windows-type line endings (CRLF).</p>
 
 <div class="list-group-item active">Resources</div>
 
-<a href="https://issues.apache.org/jira/browse/CLOUDSTACK" class="list-group-item" target="_blank">Jira</a>
+<a href="https://github.com/apache/cloudstack/" class="list-group-item" target="_blank">Public repository (on github)</a>
 
 <a hread="https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md" class="list-group-item" target="_blank">Contribution Guidelines</a>
 
@@ -190,6 +190,8 @@ endings (LF) rather than Windows-type line endings (CRLF).</p>
 
 <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing" class="list-group-item" target="_blank">Testing CloudStack</a>
 
+<a href="https://issues.apache.org/jira/browse/CLOUDSTACK" class="list-group-item" target="_blank">Obsolete Jira issue tracker</a>
+
 </div>