Skip to content

Commit 17149bc

Browse files
committed
docs: add link to GSoC
--- 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 ---
1 parent 9eb1155 commit 17149bc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,29 @@ Does your organization use stdlib? If so, we'd love to hear from you!
600600
601601
<!-- /.users -->
602602
603+
<!-- Google Summer of Code -->
604+
605+
* * *
606+
607+
<section class="gsoc">
608+
609+
## Google Summer of Code
610+
611+
stdlib is a proud participant in the Google Summer of Code program. If you are new to open source and want to learn more about how to participate, be sure to check out our [Google Summer of Code resources][stdlib-gsoc] and the stdlib [wiki][stdlib-wiki] for details on past projects!
612+
613+
<div class="image" align="center">
614+
<br>
615+
<a href="https://summerofcode.withgoogle.com">
616+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@9eb11556f417ea8706c2f57719bb725f78466680/docs/assets/misc/gsoc_logo.png" alt="Google Summer of Code">
617+
</a>
618+
<br>
619+
<br>
620+
</div>
621+
622+
</section>
623+
624+
<!-- /.gsoc -->
625+
603626
<!-- Project funding acknowledgments. If acknowledgments are included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
604627
605628
* * *
@@ -819,6 +842,10 @@ Test and build infrastructure is generously provided by the following services:
819842
820843
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
821844
845+
[stdlib-gsoc]: https://github.com/stdlib-js/google-summer-of-code
846+
847+
[stdlib-wiki]: https://github.com/stdlib-js/stdlib/wiki
848+
822849
[@stdlib/math/base/special]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special
823850
824851
[@stdlib/stats/base/dists]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dists

0 commit comments

Comments
 (0)