From ad7fd8f624d8724cdcbf8b32f788a6b07f93e249 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:16:16 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rbubley/mirrors-prettier: 4923370d55631aa5b66f612f52d67b2e0ca2a38c → 9337a74165b178ae2c766f60bee7252a0f06f3e8](https://github.com/rbubley/mirrors-prettier/compare/4923370d55631aa5b66f612f52d67b2e0ca2a38c...9337a74165b178ae2c766f60bee7252a0f06f3e8) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afea773..2988b6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: blacken-docs - repo: https://github.com/rbubley/mirrors-prettier - rev: 4923370d55631aa5b66f612f52d67b2e0ca2a38c # frozen: v3.9.1 + rev: 9337a74165b178ae2c766f60bee7252a0f06f3e8 # frozen: v3.9.5 hooks: - id: prettier files: \.(css|md|yml|yaml) From 1647f6b33caf4f87e71e0ca1b9ae331df963049a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:16:25 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- content/contributors/getting-started.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2988b6f..811cd56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: blacken-docs - repo: https://github.com/rbubley/mirrors-prettier - rev: 9337a74165b178ae2c766f60bee7252a0f06f3e8 # frozen: v3.9.5 + rev: 9337a74165b178ae2c766f60bee7252a0f06f3e8 # frozen: v3.9.5 hooks: - id: prettier files: \.(css|md|yml|yaml) diff --git a/content/contributors/getting-started.md b/content/contributors/getting-started.md index bc63d17..87bbe66 100644 --- a/content/contributors/getting-started.md +++ b/content/contributors/getting-started.md @@ -20,8 +20,8 @@ title: "Getting started" How do you choose which project to contribute to? There's no single best way to choose a project, but here are some questions to think about when choosing: -- _Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy]() or [sunpy](). -- _Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](), [scipy](), or [matplotlib]() are still growing and changing, and need contributors. +- _Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy](<>) or [sunpy](<>). +- _Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](<>), [scipy](<>), or [matplotlib](<>) are still growing and changing, and need contributors. - _Is the project actively developed?_ Take a look at the project's repository to see how recent the last update was, and how many people seem to be involved. - _Is the community healthy?_ Project maintainers will be reviewing your work and mentoring you through the contribution process, so look to see if the interactions on the project's pull request pages are polite and welcoming. @@ -37,7 +37,7 @@ Other tools we use daily include: - git and GitHub - the command-line terminal, and -- a plain-text editor or [integrated development environment]() ("IDE"). +- a plain-text editor or [integrated development environment](<>) ("IDE"). In this video series, the basics of using these tools are covered along the way. To learn more about them, take at the links below: