Skip to content

Commit 816adbd

Browse files
committed
run precommit
1 parent a0611ef commit 816adbd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/contributors/getting-started.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ youtube_id:
2424
How do you choose which project to contribute to?
2525
There's no single best way to choose a project, but here are some questions to think about when choosing:
2626

27-
- *Is there a project related to your background or your research?* E.g., astronomers might prefer to contribute to [astropy]() or [sunpy]().
28-
- *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.
29-
- *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.
30-
- *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.
27+
- _Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy]() or [sunpy]().
28+
- _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.
29+
- _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.
30+
- _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.
3131

3232
One last tip is to look at the project's open issues to see if there are any tagged as "easy" or "good first issue", and if any of those look appealing to you.
3333

@@ -46,15 +46,15 @@ Other tools we use daily include:
4646
In this video series, the basics of using these tools are covered along the way.
4747
To learn more about them, take at the links below:
4848

49-
- Command line terminal:
50-
- https://swcarpentry.github.io/shell-novice/
51-
- https://tutorial.djangogirls.org/en/intro_to_command_line/
49+
- Command line terminal:
50+
- https://swcarpentry.github.io/shell-novice/
51+
- https://tutorial.djangogirls.org/en/intro_to_command_line/
5252
- Git and GitHub:
53-
- https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
54-
- https://docs.github.com/en/get-started
53+
- https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
54+
- https://docs.github.com/en/get-started
5555
- Text editors / IDEs:
56-
- https://transitionintotech.com/choose-your-code-editor/
57-
- https://realpython.com/python-ides-code-editors-guide/ <!-- this is out of date; e.g. it says VSCode is mac/windows only -->
56+
- https://transitionintotech.com/choose-your-code-editor/
57+
- https://realpython.com/python-ides-code-editors-guide/ <!-- this is out of date; e.g. it says VSCode is mac/windows only -->
5858

5959
## First contribution
6060

0 commit comments

Comments
 (0)