Skip to content

Commit bd3e6ac

Browse files
committed
docs: add links to public calendar
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: passed - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent 392a664 commit bd3e6ac

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ Thank you for being a part of our community! Your support is invaluable to us!
7777

7878
### External Resources
7979

80-
- [**Open Collective**][open-collective-stdlib]
81-
- [**Twitter**][stdlib-twitter]
82-
- [**Gitter**][stdlib-gitter]
80+
- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including open office hours.
81+
- [**Open Collective**][open-collective-stdlib]: financially support the project.
82+
- [**Twitter**][stdlib-twitter]: follow us on social media.
83+
- [**Gitter**][stdlib-gitter]: chat with project maintainers and other community members.
8384

8485
## Features
8586

@@ -182,11 +183,11 @@ While this project's installation instructions defaults to using [npm][npm] for
182183
- I would like to include stdlib functionality by just using a `script` tag.
183184

184185
- I would like to use ES Modules.
185-
186+
186187
- Use an individual package's ES Module [build](#install_env_builds_esm).
187-
188+
188189
- I would like to use a pre-built bundle (possibly via a CDN, such as [unpkg][unpkg] or [jsDelivr][jsdelivr]).
189-
190+
190191
- Install (or consume via a CDN) an individual package's pre-built UMD [browser bundle](#install_env_builds_umd).
191192

192193
- I am interested in using a substantial amount of functionality found in a top-level stdlib namespace and don't want to separately install hundreds of individual packages (e.g., if building an on-line calculator application and wanting all of stdlib's math functionality).
@@ -200,9 +201,9 @@ While this project's installation instructions defaults to using [npm][npm] for
200201
- I am interested in using various functionality found in stdlib.
201202

202203
- Install [individual packages](#install_individual_packages). Installing the entire project is likely unnecessary and will lead to slower installation times.
203-
204+
204205
- I would like to **vendor** stdlib functionality and avoid dependency trees.
205-
206+
206207
- Install individual package UMD [bundles](#install_env_builds_nodejs).
207208

208209
- I am interested in using a _substantial_ amount of functionality found in a top-level stdlib namespace and don't want to separately install hundreds of individual packages.
@@ -779,6 +780,8 @@ Test and build infrastructure is generously provided by the following services:
779780
780781
[stdlib-code-coverage]: https://codecov.io/github/stdlib-js/stdlib/branch/develop
781782
783+
[stdlib-public-calendar]: https://calendar.google.com/calendar/embed?src=a72677fe2820c833714b8b9a2aa87393f742bcaf0d0f6c9499eee6661795eae0%40group.calendar.google.com
784+
782785
[open-collective-stdlib]: https://opencollective.com/stdlib
783786
784787
[stdlib-twitter]: https://twitter.com/stdlibjs

0 commit comments

Comments
 (0)