Skip to content

Commit a6c5bd5

Browse files
authored
docs: migrate from Gitter to Zulip in documentation
PR-URL: stdlib-js#8923 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 2820677 commit a6c5bd5

File tree

10 files changed

+35
-26
lines changed

10 files changed

+35
-26
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ contact_links:
2121
url: https://github.com/stdlib-js/stdlib/blob/develop/FAQ.md
2222
about: Consult the FAQ in case we have already answered your question there.
2323
- name: 💬 Question
24-
url: https://gitter.im/stdlib-js/stdlib
25-
about: Got a (non-bug related) question we haven't already answered? Ask us on Gitter! 🤗
24+
url: https://stdlib.zulipchat.com
25+
about: Got a (non-bug related) question we haven't already answered? Ask us on Zulip! 🤗
2626
- name: 👏 Support Us
2727
url: https://github.com/stdlib-js/stdlib/blob/develop/docs/support_the_project.md
2828
about: Want to help support the project? 😍

.github/workflows/scripts/first_time_greeting

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,22 @@ make benchmark BENCHMARKS_FILTER=\".*/@stdlib/math/base/special/sin/.*\"
160160
161161
If you haven't heard back from us within two weeks, please ping us by tagging the \"reviewers\" team in a comment on this PR.
162162
163-
If you have any further questions while waiting for a response, please join our [Gitter channel][stdlib-gitter] to chat with project maintainers and other community members.
163+
If you have any further questions while waiting for a response, please join our [Zulip community][stdlib-zulip] to chat with project maintainers and other community members.
164164
165165
We appreciate your contribution!
166166
167167
## Documentation Links
168168
169169
- [Contributing Guidelines][stdlib-contributing]
170170
- [Development Guide][stdlib-development]
171-
- [Gitter channel][stdlib-gitter]
171+
- [Zulip Chat][stdlib-zulip]
172172
- [make rules for running examples][make-docs-examples]
173173
- [make rules for running unit tests][make-docs-test]
174174
- [make rules for running benchmarks][make-docs-benchmark]
175175
176176
[stdlib-contributing]: https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md
177177
[stdlib-development]: https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md
178-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
178+
[stdlib-zulip]: https://stdlib.zulipchat.com
179179
180180
[make-docs-examples]: https://github.com/stdlib-js/stdlib/blob/develop/tools/make/lib/examples/README.md
181181
[make-docs-test]: https://github.com/stdlib-js/stdlib/blob/develop/tools/make/lib/test/README.md
@@ -200,9 +200,9 @@ We appreciate your contribution!
200200
201201
And thank you for opening your first issue! We will get back to you shortly. :runner: :dash:
202202
203-
If you have any further questions while waiting for a response, please join our [Gitter channel][stdlib-gitter] to chat with project maintainers and other community members.
203+
If you have any further questions while waiting for a response, please join our [Zulip community][stdlib-zulip] to chat with project maintainers and other community members.
204204
205-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib"
205+
[stdlib-zulip]: https://stdlib.zulipchat.com"
206206
if ! github_api "POST" "/repos/${repo_owner}/${repo_name}/issues/${issue_number}/comments" "{\"body\":$(echo "${comment}" | jq -R -s -c .)}"; then
207207
echo "Failed to post comment on issue."
208208
on_error 1

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Woot woot! If you are new to stdlib, welcome! And thanks for your interest! Whil
3434

3535
### Issues
3636

37-
When filing new [issues][stdlib-issues] and commenting on existing [issues][stdlib-issues] on this repository, please ensure that discussions are related to concrete technical issues. For general questions and help, consult the [FAQ][stdlib-faq] and visit the [Gitter][stdlib-gitter] channel.
37+
When filing new [issues][stdlib-issues] and commenting on existing [issues][stdlib-issues] on this repository, please ensure that discussions are related to concrete technical issues. For general questions and help, consult the [FAQ][stdlib-faq] and visit the [Zulip][stdlib-zulip] chat.
3838

3939
**Before** filing a potential bug report,
4040

@@ -87,7 +87,7 @@ If you have found a bug that you would like to fix,
8787

8888
If you want to contribute a new feature or a breaking change to stdlib, be sure to
8989

90-
- consult the [Gitter][stdlib-gitter] channel to discuss ideas and to gather feedback as to whether a feature would be better developed as an external package. Discussing the design upfront helps ensure that we're ready to accept your work.
90+
- consult the [Zulip][stdlib-zulip] chat to discuss ideas and to gather feedback as to whether a feature would be better developed as an external package. Discussing the design upfront helps ensure that we're ready to accept your work.
9191
- write an RFC (request for comments) detailing the proposed change and submit as an issue on the project GitHub issue tracker.
9292
- wait for RFC approval.
9393
- submit a [pull request][stdlib-pull-requests], making sure to adhere to the guidance set forth in the RFC.
@@ -449,7 +449,7 @@ Phew. While the above may be a lot to remember, even for what seem like minor ch
449449

450450
[stdlib-code-coverage]: https://codecov.io/github/stdlib-js/stdlib/branch/develop
451451

452-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
452+
[stdlib-zulip]: https://stdlib.zulipchat.com
453453

454454
[stdlib-issues]: https://github.com/stdlib-js/stdlib/issues
455455

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Thank you for being a part of our community! Your support is invaluable to us!
8080
- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including [open office hours][stdlib-office-hours].
8181
- [**Open Collective**][open-collective-stdlib]: financially support the project.
8282
- [**Bluesky**][stdlib-bluesky]: follow us on social media.
83-
- [**Gitter**][stdlib-gitter]: chat with project maintainers and other community members.
83+
- [**Zulip**][stdlib-zulip]: chat with project maintainers and other community members.
8484

8585
## Features
8686

@@ -569,6 +569,15 @@ stdlib development is generously supported by the following sponsors:
569569
<br>
570570
</div>
571571

572+
<div class="image" align="center">
573+
<br>
574+
<a href="https://zulip.com/">
575+
<img src="https://raw.githubusercontent.com/stdlib-js/stdlib/refs/heads/develop/docs/assets/sponsors/zulip_logo.png" alt="Zulip">
576+
</a>
577+
<br>
578+
<br>
579+
</div>
580+
572581
Are you interested in supporting stdlib? If so, join our [Open Collective][open-collective-stdlib]!
573582

574583
</section>
@@ -764,9 +773,9 @@ Test and build infrastructure is generously provided by the following services:
764773
765774
[dev-dependencies-url]: https://socket.dev/npm/package/@stdlib/stdlib/dependencies -->
766775
767-
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
776+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
768777
769-
[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
778+
[chat-url]: https://stdlib.zulipchat.com
770779
771780
[make]: https://www.gnu.org/software/make/
772781
@@ -842,7 +851,7 @@ Test and build infrastructure is generously provided by the following services:
842851
843852
[stdlib-bluesky]: https://bsky.app/profile/stdlib.io
844853
845-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
854+
[stdlib-zulip]: https://stdlib.zulipchat.com
846855
847856
[stdlib-gsoc]: https://github.com/stdlib-js/google-summer-of-code
848857

SUPPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Please seek support in the following ways:
3232

3333
- **Bugs**: if you have found a bug or would like to make a specific feature request, please file an issue on the stdlib [issue tracker][stdlib-issues].
3434
- **Security vulnerabilities**: if you would like to report a security vulnerability, please consult the stdlib [security policy][stdlib-security] and follow requested steps for responsible [disclosure][stdlib-security].
35-
- **Questions**: for general questions (i.e., concerns which are **not** bug reports or explicit feature requests), please ask on either [GitHub discussions][stdlib-discussions] or on [Gitter][stdlib-gitter].
35+
- **Questions**: for general questions (i.e., concerns which are **not** bug reports or explicit feature requests), please ask on either [GitHub discussions][stdlib-discussions] or on [Zulip][stdlib-zulip].
3636

3737
Please do **not** file issues on the issue tracker seeking help or support debugging your application or open-source project when the encountered issues are specific to your project. You will have better luck in such instances seeking help from other users of stdlib via Stack Overflow or other non-stdlib affiliated public forums.
3838

@@ -101,7 +101,7 @@ Copyright © The Stdlib [Authors][stdlib-authors].
101101

102102
[stdlib-discussions]: https://github.com/stdlib-js/stdlib/discussions
103103

104-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
104+
[stdlib-zulip]: https://stdlib.zulipchat.com
105105

106106
[stdlib-issues]: https://github.com/stdlib-js/stdlib/issues
107107

3.16 KB
Loading

docs/contributing/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Consider whether the number of parameters can be reduced. If reduction is not po
137137

138138
## I have opened a pull request, where can I seek feedback?
139139

140-
Consider joining our [Gitter channel][stdlib-gitter]! We are proud to have a very active community where members help each other by asking and answering questions. A maintainer will review your pull request soon and provide feedback. You can also discuss it during our [weekly office hours meeting][stdlib-office-hours]!
140+
Consider joining our [Zulip community][stdlib-zulip]! We are proud to have a very active community where members help each other by asking and answering questions. A maintainer will review your pull request soon and provide feedback. You can also discuss it during our [weekly office hours meeting][stdlib-office-hours]!
141141

142142
<a name="generate-fixtures"></a>
143143

@@ -425,7 +425,7 @@ For more `make` commands, refer to the [documentation][benchmark] on running ben
425425
426426
[node-gyp]: https://github.com/nodejs/node-gyp
427427
428-
[stdlib-gitter]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
428+
[stdlib-zulip]: https://stdlib.zulipchat.com
429429
430430
[stdlib-office-hours]: https://github.com/stdlib-js/meetings/issues
431431

docs/contributing/git_cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Assuming you've already cloned the repository and set up your identity:
482482
483483
Congratulations! You now have all the essential Git commands to navigate your workflow smoothly while contributing to `stdlib`. Whether you're fixing a bug, adding a feature, or just getting started, this cheatsheet will help you stay organized and avoid common pitfalls. Keep practicing, stay curious, and enjoy the process. Happy coding!
484484
485-
To get started with your first contribution, check out the [Contributing Guide][stdlib-contributing] and [Development Guide][stdlib-development]. If you have any further questions, feel free to join our [Gitter][stdlib-gitter] channel to connect with the community and get support.
485+
To get started with your first contribution, check out the [Contributing Guide][stdlib-contributing] and [Development Guide][stdlib-development]. If you have any further questions, feel free to join our [Zulip][stdlib-zulip] chat to connect with the community and get support.
486486
487487
## Other Links
488488
@@ -495,7 +495,7 @@ To get started with your first contribution, check out the [Contributing Guide][
495495
496496
[stdlib-development]: https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md
497497
498-
[stdlib-gitter]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
498+
[stdlib-zulip]: https://stdlib.zulipchat.com
499499
500500
[git]: http://git-scm.com/
501501

docs/links/database.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9344,7 +9344,7 @@
93449344
"gotoblas2"
93459345
]
93469346
},
9347-
"https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im": {
9347+
"https://stdlib.zulipchat.com": {
93489348
"id": "chat-url",
93499349
"description": "stdlib chat room.",
93509350
"short_url": "",
@@ -9523,13 +9523,13 @@
95239523
"image"
95249524
]
95259525
},
9526-
"https://img.shields.io/gitter/room/stdlib-js/stdlib.svg": {
9526+
"https://img.shields.io/badge/zulip-join_chat-brightgreen.svg": {
95279527
"id": "chat-image",
9528-
"description": "Image for the Gitter chat room.",
9528+
"description": "Image for the Zulip chat.",
95299529
"short_url": "",
95309530
"keywords": [
95319531
"chat",
9532-
"gitter",
9532+
"zulip",
95339533
"image"
95349534
]
95359535
},

docs/support_the_project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stdlib is an open-source project which is maintained by members of the community
2626

2727
You can help in the following ways:
2828

29-
- Give developer time to the project. Message us on [Gitter][stdlib-gitter] for guidance.
29+
- Give developer time to the project. Message us on [Zulip][stdlib-zulip] for guidance.
3030
- Financially sponsor the project.
3131

3232
If you want to be a sponsor 🤗, you can donate to one or more of the following:
@@ -36,7 +36,7 @@ If you want to be a sponsor 🤗, you can donate to one or more of the following
3636

3737
Thank you for your support!
3838

39-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
39+
[stdlib-zulip]: https://stdlib.zulipchat.com
4040

4141
[open-collective-stdlib]: https://opencollective.com/stdlib
4242

0 commit comments

Comments
 (0)