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:56:25 UTC

[streampipes] branch dev updated: 770 issue templates (#807)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d7cb2fe68 770 issue templates (#807)
d7cb2fe68 is described below

commit d7cb2fe686186cfedb25c9f2d6c661768e1c9da4
Author: Tim <50...@users.noreply.github.com>
AuthorDate: Mon Nov 28 19:56:20 2022 +0100

    770 issue templates (#807)
    
    * #770 remove deprecated issue templates
    
    * #770 provide issue templates
    
    * #770 Fix minor typo
    
    * #770 remove pointers to JIRA
    
    Co-authored-by: Dominik Riemer <do...@gmail.com>
---
 .github/ISSUE_TEMPLATE/bug.md                      |  47 ---------
 .github/ISSUE_TEMPLATE/bug_report.yml              | 115 +++++++++++++++++++++
 .github/ISSUE_TEMPLATE/config.yml                  |  27 +++++
 .../ISSUE_TEMPLATE/doc_website_issue_report.yml    |  91 ++++++++++++++++
 .github/ISSUE_TEMPLATE/feature.md                  |  35 -------
 .github/ISSUE_TEMPLATE/maintainer_fast_track.yml   |  31 ++++++
 .github/PULL_REQUEST_TEMPLATE.md                   |   6 +-
 README.md                                          |   9 +-
 installer/README.md                                |   5 +-
 installer/cli/README.md                            |   7 +-
 installer/compose/README.md                        |   7 +-
 installer/k8s/README.md                            |   7 +-
 pom.xml                                            |   6 +-
 streampipes-extensions/README.md                   |   8 +-
 14 files changed, 290 insertions(+), 111 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
deleted file mode 100644
index 3209bd07d..000000000
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~ contributor license agreements.  See the NOTICE file distributed with
-  ~ this work for additional information regarding copyright ownership.
-  ~ The ASF licenses this file to You under the Apache License, Version 2.0
-  ~ (the "License"); you may not use this file except in compliance with
-  ~ the License.  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  ~
-  -->
-
----
-name: 'Bug report'
-about: 'Create a report to help us improve StreamPipes!'
-labels: bug
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Environment (please complete the following information):**
- - OS: [e.g. Ubuntu]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 000000000..09cd3d6ef
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,115 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+name: StreamPipes Bug report
+description: Problems and issues with Apache StreamPipes
+labels: ["bug"]
+body:
+  - type: markdown
+    attributes:
+      value: "
+        <p align='center'>
+        
+        <img src='https://streampipes.apache.org/img/sp-logo-color.png' alt='StreamPipes Logo' title='Apache StreamPipes Logo' width='50%' align='center'/>
+        </p>
+        
+        <br>
+        
+        Thank you for taking the time to report the issue!
+
+        We greatly appreciate the community's efforts to improve StreamPipes.
+
+        Please note that you do not need to create an issue if you want to submit a change!
+
+        You can open a <a href='https://github.com/apache/streampipes/pulls'>pull request</a> immediately instead.
+        "
+
+  - type: dropdown
+    attributes:
+      label: Apache StreamPipes version
+      description: What Apache StreamPipes version are you using?
+      multiple: false
+      options:
+        - "0.70.0"
+        - "dev (current development state)"
+        - "Other StreamPipes version (please specify below)"
+
+  - type: dropdown
+    attributes:
+      label: Affected StreamPipes components
+      description: >
+        Which StreamPipes components are affected by this bug?
+        Where did the bug occur?
+      multiple: true
+      options:
+        - Backend
+        - Connect
+        - Processing Elements
+        - UI
+    validations:
+      required: true
+
+  - type: textarea
+    attributes:
+      label: What happened?
+      description: Describe what happened.
+      placeholder: >
+        Please provide the context in which the problem occurred and explain what happened
+    validations:
+      required: true
+
+  - type: textarea
+    attributes:
+      label: How to reproduce?
+      description: >
+        What should we do to reproduce the problem? If you are not able to provide a reproducible case,
+        please open a [discussion](https://github.com/apache/streampipes/discussions) instead.
+      placeholder: >
+        Please make sure you provide a reproducible step-by-step explanation of how you reproduce the problem
+        as minimally and accurately as possible.
+        To be more specific, you can describe the click path you took in StreamPipes.
+        Ideally, you can provide additional screenshots or even GIF files. You can include files by
+        dragging and dropping them here.
+
+  - type: textarea
+    attributes:
+      label: Expected behavior
+      description: What do you think went wrong?
+      placeholder: >
+        Please explain why you think the behavior is incorrect.
+        How do you think StreamPipes should have behaved?
+        If available, it is very helpful if you copy and paste the fragment of the logs with the exact error messages. 
+
+  - type: textarea
+    attributes:
+      label: Additional technical information
+      description: Please provide some additional information about your technical setup
+      placeholder: Here you can provide additional information about the technical environment you are using (OS, browser, docker version, StreamPipes version, etc.)
+
+  - type: checkboxes
+    attributes:
+      label: Are you willing to submit a PR?
+      description: >
+        This is absolutely not required, but we will be happy to help you write the post especially if
+        you already have a good understanding of how to implement the fix.
+        StreamPipes is a community-driven project and we welcome new contributors.
+        Find us [here](https://github.com/apache/streampipes/discussions/categories/q-a) or contact us on our mailing list (dev@streampipes.apache.org).
+      options:
+        - label: Yes I am willing to submit a PR!
+
+  - type: markdown
+    attributes:
+      value: ":pray: Thanks a lot for completing our form!"
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..b11466165
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,27 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+blank_issues_enabled: false
+contact_links:
+  - name: Feature Request
+    about: Do you have a feature request that you think would really improve StreamPipes? We look forward to hearing from you!
+    url: https://github.com/apache/streampipes/discussions/categories/ideas
+  - name: Ask a question or get support
+    url: https://github.com/apache/streampipes/discussions/categories/q-a
+    about: Ask a question or request support for using Apache StreamPipes
+  - name: Questions on Stack Overflow
+    url: https://stackoverflow.com/questions/tagged/streampipes
+    about: Look at questions/answers at Stack Overflow
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/doc_website_issue_report.yml b/.github/ISSUE_TEMPLATE/doc_website_issue_report.yml
new file mode 100644
index 000000000..5276038fd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/doc_website_issue_report.yml
@@ -0,0 +1,91 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+name: StreamPipes Documentation/Website issue report
+description: Problems and issues with Apache StreamPipes documentation or website
+labels: ["bug", "documentation", "website"]
+body:
+  - type: markdown
+    attributes:
+      value: "
+        <p align='center'>
+        
+        <img src='https://streampipes.apache.org/img/sp-logo-color.png' alt='StreamPipes Logo' title='Apache StreamPipes Logo' width='50%' align='center'/>
+        </p>
+        
+        <br>
+        
+        Thank you for taking the time to report the issue!
+
+        We greatly appreciate the community's efforts to improve StreamPipes.
+
+        Please note that you do not need to create an issue if you want to submit a change!
+
+        You can open a <a href='https://github.com/apache/streampipes/pulls'>pull request</a> immediately instead.
+        "
+
+  - type: dropdown
+    attributes:
+      label: Where does your observation occur?
+      description: Please choose whether the issue you want to report occurs on the [website](https://streampipes.apache.org/) or on the [documentation](https://streampipes.apache.org/docs/index.html).
+      multiple: false
+      options:
+        - StreamPipes Documentation
+        - StreamPipes Website
+
+  - type: textarea
+    attributes:
+      label: What do you want to report?
+      description: Please describe the issue you have observed.
+      placeholder: >
+        Please include links to the part of the documentation/website that has the problem and possibly screenshots (or even GIFs) showing
+        the problem. Explain why do you think it is an issue.
+    validations:
+      required: true
+
+  - type: textarea
+    attributes:
+      label: Solving the problem
+      description: Do you already have an idea how this could be solved?
+      placeholder: >
+        Please explain how you think the documentation/website could be improved.
+        Ideally, indicate where new or missing descriptions should be added and what type of information should be included.
+        Sometimes the authors are not aware that some assumptions they have are not in the minds of the readers.
+        Therefore, try to explain exactly what you want to see in the documentation/website and why (if applicable).
+  - type: textarea
+    attributes:
+      label: Anything left
+      description: Is there anything left you would like to add?
+      placeholder: >
+        How often does this problem occur? (Once? Every time? Only when certain conditions are met?)
+        How urgent do you think it is that the problem be fixed?
+        How did you stumble upon the problem?
+        Is there any contextual information that you think is valuable?
+
+  - type: checkboxes
+    attributes:
+      label: Are you willing to submit a PR?
+      description: >
+        This is absolutely not required, but we will be happy to help you write the post especially if
+        you already have a good understanding of how to implement the fix.
+        StreamPipes is a community-driven project and we welcome new contributors.
+        Find us [here](https://github.com/apache/streampipes/discussions/categories/q-a) or contact us on our mailing list (dev@streampipes.apache.org).
+      options:
+        - label: Yes I am willing to submit a PR!
+
+  - type: markdown
+    attributes:
+      value: ":pray: Thanks a lot for completing our form!"
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
deleted file mode 100644
index 56bf1e760..000000000
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ /dev/null
@@ -1,35 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one or more
-  ~ contributor license agreements.  See the NOTICE file distributed with
-  ~ this work for additional information regarding copyright ownership.
-  ~ The ASF licenses this file to You under the Apache License, Version 2.0
-  ~ (the "License"); you may not use this file except in compliance with
-  ~ the License.  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  ~
-  -->
-
----
-name: 'Feature request'
-about: 'Suggest a new idea for StreamPipes!'
-labels: bug
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/maintainer_fast_track.yml b/.github/ISSUE_TEMPLATE/maintainer_fast_track.yml
new file mode 100644
index 000000000..c6eaa5c63
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/maintainer_fast_track.yml
@@ -0,0 +1,31 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+---
+name: Fast Track (Committers only)
+description: (Committers only) Quick and informal way to create issues/tasks
+labels: []
+body:
+  - type: textarea
+    attributes:
+      label: Body
+      description: Free text issue for committers of Apache StreamPipes to be able to add issues/tasks
+  - type: checkboxes
+    attributes:
+      label: StreamPipes Committer
+      description: Committer acknowledgment.
+      options:
+        - label: I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.
+          required: true
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 28962cf91..6fec9f1a7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -21,8 +21,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.
@@ -50,4 +50,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/README.md b/README.md
index 34bba781b..452fcddbd 100644
--- a/README.md
+++ b/README.md
@@ -178,9 +178,10 @@ Pipeline elements are packaged as Docker images and can be installed at runtime,
 
 ## 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:
+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://issues.apache.org/jira/projects/STREAMPIPES](https://issues.apache.org/jira/projects/STREAMPIPES)
+👉 [Bugs](https://github.com/apache/streampipes/issues)
+👉 [Feature requests](https://github.com/apache/streampipes/discussions/categories/ideas)
 
 ## Get help
 
@@ -201,8 +202,8 @@ We welcome all kinds of contributions to StreamPipes. If you are interested in c
 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.
 
 Have fun!
diff --git a/installer/README.md b/installer/README.md
index 2a72a7b44..754d083c8 100644
--- a/installer/README.md
+++ b/installer/README.md
@@ -48,8 +48,7 @@ To upgrade the StreamPipes version all at once for all options and README files
 
 ## 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):
 
 ## Get help
 If you have any problems during the installation or questions around StreamPipes, you'll get help through one of our community channels:
@@ -67,7 +66,7 @@ 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
+* 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.
 
 Have fun!
diff --git a/installer/cli/README.md b/installer/cli/README.md
index 0c318d7d1..6c2928200 100644
--- a/installer/cli/README.md
+++ b/installer/cli/README.md
@@ -257,8 +257,7 @@ To upgrade to a new version, simply edit the version tag `SP_VERSION` in the `.e
 
 ## 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 Find an issue on [GitHub](https://github.com/apache/streampipes/issues).
 
 ## Get help
 If you have any problems during the installation or questions around StreamPipes, you'll get help through one of our community channels:
@@ -275,8 +274,8 @@ We welcome contributions to StreamPipes. If you are interested in contributing t
 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.
 
 Have fun!
diff --git a/installer/compose/README.md b/installer/compose/README.md
index bd2029668..b81194577 100644
--- a/installer/compose/README.md
+++ b/installer/compose/README.md
@@ -90,8 +90,7 @@ SP_VERSION=<VERSION>
 
 ## 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 i on [GitHub](https://github.com/apache/streampipes/issues).
 
 ## Get help
 Since we purely levarage Docker Compose, please see their [documentation](https://docs.docker.com/compose/) in case you want to find out more about their available [commands](https://docs.docker.com/compose/reference/overview/).
@@ -110,8 +109,8 @@ We welcome contributions to StreamPipes. If you are interested in contributing t
 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.
 
 Have fun!
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index dff111ac2..6f00eb932 100644
--- a/installer/k8s/README.md
+++ b/installer/k8s/README.md
@@ -87,8 +87,7 @@ rm -rf ${HOME}/streampipes-k8s
 
 ## 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).
 
 ## Get help
 If you have any problems during the installation or questions around StreamPipes, you'll get help through one of our community channels:
@@ -105,8 +104,8 @@ We welcome contributions to StreamPipes. If you are interested in contributing t
 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.
 
 Have fun!
diff --git a/pom.xml b/pom.xml
index eaf5c298a..64efb04c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1863,8 +1863,8 @@ IoT data streams.
 	</scm>
 
 	<issueManagement>
-		<system>Jira</system>
-		<url>https://issues.apache.org/jira/browse/STREAMPIPES</url>
+		<system>GitHub</system>
+		<url>https://github.com/apache/streampipes/issues</url>
 	</issueManagement>
 
 	<mailingLists>
@@ -1890,7 +1890,7 @@ IoT data streams.
 			<archive>http://mail-archives.apache.org/mod_mbox/streampipes-commits/</archive>
 		</mailingList>
 		<mailingList>
-			<name>Apache StreamPipes Jira Notifications List</name>
+			<name>Apache StreamPipes Issue Notifications List</name>
 			<subscribe>mailto:issues-subscribe@streampipes.apache.org</subscribe>
 			<unsubscribe>mailto:issues-unsubscribe@streampipes.apache.org</unsubscribe>
 			<post>mailto:issues@streampipes.apache.org</post>
diff --git a/streampipes-extensions/README.md b/streampipes-extensions/README.md
index ce7bc8ded..c7c1fc385 100644
--- a/streampipes-extensions/README.md
+++ b/streampipes-extensions/README.md
@@ -82,8 +82,8 @@ You can also use the installer or CLI as described in the ``Getting Started`` se
 
 ## 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 start a [discussion](https://github.com/apache/streampipes/discussions).
 
 ## Get help
 
@@ -102,8 +102,8 @@ We welcome contributions to StreamPipes. If you are interested in contributing t
 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/Home](https://cwiki.apache.org/confluence/display/STREAMPIPES/Home) to learn more about StreamPipes development.
 
 Have fun!