You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/11/28 18:27:19 UTC

[streampipes-website] 01/01: remove pointers to jira

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

bossenti pushed a commit to branch #770-remove-pointers-to-jira
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git

commit d458141b343a04ae8a1fa17fc0336fe63db3c6ab
Author: bossenti <bo...@posteo.de>
AuthorDate: Mon Nov 28 19:27:01 2022 +0100

    remove pointers to jira
---
 .github/PULL_REQUEST_TEMPLATE.md           | 6 +++---
 documentation/docs/09_contribute.md        | 4 ++--
 documentation/docs/09_get-help.md          | 4 ++--
 documentation/website/pages/en/versions.js | 2 +-
 website/getinvolved.ejs                    | 2 +-
 website/partials/_nav.ejs                  | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4d3c70a4..630c37d7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,8 +3,8 @@ Thanks for contributing! Here are some tips you can follow to help us incorporat
 1. If this is your first time, please read our contributor guidelines:
     - https://streampipes.apache.org/getinvolved.html
     - https://cwiki.apache.org/confluence/display/STREAMPIPES/Getting+Started
-2. Make sure the PR title is formatted like: `[STREAMPIPES-<Jira issue #>] PR title ...`
-3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., `[WIP][STREAMPIPES-<Jira issue #>] PR title ...`.
+2. Make sure the PR title is formatted like: `[<# GitHub issue id>] PR title ...`
+3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., `[WIP][<# GitHub issue id>] PR title ...`.
 4. Please write your PR title to summarize what this PR proposes/fixes.
 5. Be sure to keep the PR description updated to reflect all changes.
 6. If possible, provide a concise example to reproduce the issue for a faster review.
@@ -32,4 +32,4 @@ Provide high-level details about the samples related to this feature.
 <!--
 List related issues/PRs, link to discussions in the mailing list, todo items, or any other notes related to the PR.
 -->
-Fixes: <Jira issue link>
+Fixes: <GitHub issue link>
diff --git a/documentation/docs/09_contribute.md b/documentation/docs/09_contribute.md
index 8faf2c21..47d39d2d 100644
--- a/documentation/docs/09_contribute.md
+++ b/documentation/docs/09_contribute.md
@@ -12,6 +12,6 @@ get to know an open-minded and motivated team working together to build the next
 Here are some first steps in case you want to contribute:
 * Subscribe to our dev mailing list [dev-subscribe@streampipes.apache.org](dev-subscribe@streampipes.apache.org)
 * Send an email, tell us about your interests and which parts of Streampipes you'd like to contribute (e.g., core or UI)!
-* Ask for a mentor who helps you understanding the code base and guides you through the first setup steps
-* Find an issue in our [Jira](https://issues.apache.org/jira/projects/STREAMPIPES) which is tagged with a _newbie_ tag
+* Ask for a mentor who helps you to understand the code base and guides you through the first setup steps
+* Find an issue on [GitHub](https://github.com/apache/streampipes/issues) which is tagged with a _good first issue_ tag
 * Have a look at our **developer wiki** at [https://cwiki.apache.org/confluence/display/STREAMPIPES](https://cwiki.apache.org/confluence/display/STREAMPIPES) to learn more about StreamPipes development.
diff --git a/documentation/docs/09_get-help.md b/documentation/docs/09_get-help.md
index 0203d084..b36bc09e 100644
--- a/documentation/docs/09_get-help.md
+++ b/documentation/docs/09_get-help.md
@@ -19,8 +19,8 @@ We also maintain a Slack channel which might be a good way for problems that req
 
 ## Bugs and Feature Requests
 
-If you've found a bug or have a feature that you'd love to see in StreamPipes, feel free to create an issue in our Jira:
-[https://issues.apache.org/jira/projects/STREAMPIPES](https://issues.apache.org/jira/projects/STREAMPIPES)
+If you've found a bug or have a feature that you'd love to see in StreamPipes, feel free to create an issue on [GitHub](https://github.com/apache/streampipes/issues)
+or [discuss your ideas](https://github.com/apache/streampipes/discussions/categories/ideas).
 
 
 
diff --git a/documentation/website/pages/en/versions.js b/documentation/website/pages/en/versions.js
index 1e211d8e..7502892f 100644
--- a/documentation/website/pages/en/versions.js
+++ b/documentation/website/pages/en/versions.js
@@ -71,7 +71,7 @@ function Versions(props) {
                   <a href="https://streampipes.apache.org/mailinglists.html">&#x1F4EF; Mailing list</a>
                 </td>
                 <td>
-                  <a href="https://issues.apache.org/jira/projects/STREAMPIPES/issues/">&#x1F4A1; Issue Tracker</a>
+                  <a href="https://github.com/apache/streampipes/issues">&#x1F4A1; Issue Tracker</a>
                 </td>
               </tr>
             </tbody>
diff --git a/website/getinvolved.ejs b/website/getinvolved.ejs
index fb9570c3..902d18c6 100644
--- a/website/getinvolved.ejs
+++ b/website/getinvolved.ejs
@@ -20,7 +20,7 @@
                     <p>There are many ways to help. Become part of a highly motivated community and help growing
                         StreamPipes:</p>
                     <ul>
-                        <li><i class="fas fa-check sp-color-green"></i> Submit a bug report in our <a href="https://issues.apache.org/jira/browse/STREAMPIPES">JIRA</a></li>
+                        <li><i class="fas fa-check sp-color-green"></i> Submit a bug report on <a href="https://github.com/apache/streampipes/issues">GitHub</a></li>
                         <li><i class="fas fa-check sp-color-green"></i> Subscribe to our <a href="/mailinglists.html">mailing lists</a></li>
                         <li><i class="fas fa-check sp-color-green"></i> Create a pull request on Github</li>
                     </ul>
diff --git a/website/partials/_nav.ejs b/website/partials/_nav.ejs
index fea58820..3b724103 100644
--- a/website/partials/_nav.ejs
+++ b/website/partials/_nav.ejs
@@ -52,7 +52,7 @@
                                         <li class="nav-item"><a class="nav-link"
                                                                 href="/docs/index.html">Documentation</a></li>
                                         <li class="nav-item"><a class="nav-link"
-                                                                href="https://issues.apache.org/jira/projects/STREAMPIPES/">Issue Tracker</a></li>
+                                                                href="https://github.com/apache/streampipes/issues">Issue Tracker</a></li>
                                         <li class="nav-item"><a class="nav-link"
                                                                 href="http://cwiki.apache.org/confluence/display/STREAMPIPES">Wiki</a></li>
                                         <li class="nav-item"><a class="nav-link" href="/media.html">Slides & Videos</a>