Skip to content

Commit

Permalink
docs: add note about office hours and public calendar
Browse files Browse the repository at this point in the history
---
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
---
  • Loading branch information
kgryte committed Jan 7, 2025
1 parent bd3e6ac commit 9da0761
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Thank you for being a part of our community! Your support is invaluable to us!

### External Resources

- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including open office hours.
- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including [open office hours][stdlib-office-hours].
- [**Open Collective**][open-collective-stdlib]: financially support the project.
- [**Twitter**][stdlib-twitter]: follow us on social media.
- [**Gitter**][stdlib-gitter]: chat with project maintainers and other community members.
Expand Down Expand Up @@ -659,6 +659,10 @@ Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].
[![Chat][chat-image]][chat-url]
Have something you want to discuss? In addition to the community chat, we hold regular [office hours][stdlib-office-hours] over video conferencing, which is a great opportunity to ask questions, share ideas, and engage directly with the stdlib team.
You can also subscribe to our [project calendar][stdlib-public-calendar] to stay informed about the latest public community events.
</section>
<!-- /.badges> -->
Expand Down Expand Up @@ -782,6 +786,8 @@ Test and build infrastructure is generously provided by the following services:
[stdlib-public-calendar]: https://calendar.google.com/calendar/embed?src=a72677fe2820c833714b8b9a2aa87393f742bcaf0d0f6c9499eee6661795eae0%40group.calendar.google.com
[stdlib-office-hours]: https://github.com/stdlib-js/meetings/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3A%22Office%20Hours%22
[open-collective-stdlib]: https://opencollective.com/stdlib
[stdlib-twitter]: https://twitter.com/stdlibjs
Expand Down

0 comments on commit 9da0761

Please sign in to comment.