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 3f903ec61 chore(ui): provide some more references for support in the
'about' view (#1319)
3f903ec61 is described below
commit 3f903ec61f2dc98e6fbfa8d8d25cfece123afc74
Author: Tim <[email protected]>
AuthorDate: Mon Feb 20 09:42:36 2023 +0100
chore(ui): provide some more references for support in the 'about' view
(#1319)
---
ui/src/app/info/about/about.component.html | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/ui/src/app/info/about/about.component.html
b/ui/src/app/info/about/about.component.html
index 22111f186..55d06ce0e 100644
--- a/ui/src/app/info/about/about.component.html
+++ b/ui/src/app/info/about/about.component.html
@@ -142,6 +142,11 @@
<a
href="mailto:[email protected]"
>feedback</a
+ >
+ or get in touch with us via
+ <a
+
href="https://github.com/apache/streampipes/discussions"
+ >GitHub discussions</a
>!
</h5>
</div>
@@ -163,6 +168,24 @@
</div>
</div>
</li>
+ <li>
+ <div fxLayout="row fill" fxFlex="100">
+ <div fxFlex="5" fxLayoutAlign="start center">
+ <mat-icon>bug_report</mat-icon>
+ </div>
+ <div fxFlex="95" fxLayoutAlign="start center">
+ <h5>
+ If you find a bug within StreamPipes, we
+ welcome any report on that. Just file us an
+ <a
+
href="https://github.com/apache/streampipes/issues/new/choose"
+ >Github issue</a
+ >
+ with a description of the observed bug.
+ </h5>
+ </div>
+ </div>
+ </li>
</ul>
</div>
</div>