Skip to content

Commit

Permalink
Update Jaeger community support URL (#2868)
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <albert.teoh@logz.io>
  • Loading branch information
albertteoh committed Mar 9, 2021
1 parent bcda38b commit 70e9df7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Question via Jaeger Community Support (online chat)
url: https://gitter.im/jaegertracing/Lobby
url: https://cloud-native.slack.com/archives/CGG7NFUJ3
about: Please ask and answer questions here for faster response.
- name: Question via GitHub Discussions (similar to Stack Overflow)
url: https://github.com/jaegertracing/jaeger/discussions
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Welcome to the Jaeger project! 👋🎉
- Please be respectful and considerate of others when commenting on issues.
- Please provide as much information as possible so we all understand the issue.
- If you only have a question, you may get a faster response by asking in
- our chat room https://gitter.im/jaegertracing/Lobby, or
- our chat room https://cloud-native.slack.com/archives/CGG7NFUJ3, or
- the forum https://groups.google.com/d/forum/jaeger-tracing
(but please don't double post)
-->
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img align="right" width="290" height="290" src="https://www.jaegertracing.io/img/jaeger-vector.svg">


[![Gitter chat][gitter-img]][gitter]
[![Slack chat][slack-img]][slack]
[![Project+Community stats][community-badge]][community-stats]
[![OpenTracing-1.0][ot-badge]](https://opentracing.io)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#performance)
Expand Down Expand Up @@ -163,7 +163,7 @@ See https://www.jaegertracing.io/docs/roadmap/
Reach project contributors via these channels:

* [jaeger-tracing mail group](https://groups.google.com/forum/#!forum/jaeger-tracing)
* [Gitter chat room](https://gitter.im/jaegertracing/Lobby)
* [Slack chat room](https://cloud-native.slack.com/archives/CGG7NFUJ3)
* [Github issues](https://github.com/jaegertracing/jaeger/issues)

## Adopters
Expand Down Expand Up @@ -194,5 +194,5 @@ If you would like to add your organization to the list, please comment on our
[community-badge]: https://img.shields.io/badge/Project+Community-stats-blue.svg
[community-stats]: https://all.devstats.cncf.io/d/54/project-health?orgId=1&var-repogroup_name=Jaeger
[hotrod-tutorial]: https://medium.com/@YuriShkuro/take-opentracing-for-a-hotrod-ride-f6e3141f7941
[gitter]: https://gitter.im/jaegertracing/Lobby
[gitter-img]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
[slack]: https://cloud-native.slack.com/archives/CGG7NFUJ3
[slack-img]: https://img.shields.io/badge/slack-join%20chat%20%E2%86%92-brightgreen?logo=slack
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
5. [Publish documentation](https://github.com/jaegertracing/documentation/blob/master/RELEASE.md) for the new version in [jaegertracing.io](https://www.jaegertracing.io/docs/latest).
1. Check [jaegertracing.io](https://www.jaegertracing.io/docs/latest) redirects to the new documentation release version URL.
2. For monitoring and troubleshooting, refer to the [jaegertracing/documentation GithubActions tab](https://github.com/jaegertracing/documentation/actions).
6. Announce the release on the [mailing list](https://groups.google.com/g/jaeger-tracing), [gitter](https://gitter.im/jaegertracing/Lobby), and [twitter](https://twitter.com/JaegerTracing?lang=en).
6. Announce the release on the [mailing list](https://groups.google.com/g/jaeger-tracing), [slack](https://cloud-native.slack.com/archives/CGG7NFUJ3), and [twitter](https://twitter.com/JaegerTracing?lang=en).

Maintenance branches should follow naming convention: `release-major.minor` (e.g.`release-1.8`).
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ If you find something suspicious and want to report it, we'd really appreciate!
### Ways to report

* It is preferable to always encrypt your message, no matter the channel you choose to report the issue
* Contact us on our open chat room on [Gitter][gitter-room]
* If you can't use Gitter, send a message to [jaeger-tracing@googlegroups.com][mailing-list]
* If you can't use Gitter nor send an email, open a merge request on GitHub: fork the affected repository and send us a pull request. We really prefer if you'd talk to us before, though, as our repositories are public and we would like to give a heads up to our users before disclosing it publicly
* Contact us on our open chat room on [Slack][slack-room]
* If you can't use Slack, send a message to [jaeger-tracing@googlegroups.com][mailing-list]
* If you can't use Slack nor send an email, open a merge request on GitHub: fork the affected repository and send us a pull request. We really prefer if you'd talk to us before, though, as our repositories are public and we would like to give a heads up to our users before disclosing it publicly

### Our PGP key

Expand Down Expand Up @@ -91,7 +91,7 @@ oF+qZY4uEvqFvYo8

[published-key]: http://pool.sks-keyservers.net/pks/lookup?op=get&search=0xC043A4D2B3F2AC31
[mailing-list]: https://groups.google.com/forum/#!forum/jaeger-tracing
[gitter-room]: https://gitter.im/jaegertracing/Lobby
[slack-room]: https://cloud-native.slack.com/archives/CGG7NFUJ3

## Securing a Jaeger installation

Expand Down

0 comments on commit 70e9df7

Please sign in to comment.