You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hugo silently rendered [text]() as href=""; MyST raises build errors.
Added URLs for astropy, sunpy, numpy, scipy, matplotlib, and
a Wikipedia link for "integrated development environment".
Copy file name to clipboardExpand all lines: content/contributors/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ title: "Getting started"
20
20
How do you choose which project to contribute to?
21
21
There's no single best way to choose a project, but here are some questions to think about when choosing:
22
22
23
-
-_Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy]() or [sunpy]().
24
-
-_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.
23
+
-_Is there a project related to your background or your research?_ E.g., astronomers might prefer to contribute to [astropy](https://www.astropy.org/) or [sunpy](https://sunpy.org/).
24
+
-_Is there a package you're already using?_ Even well-established general-purpose packages like [numpy](https://numpy.org/), [scipy](https://scipy.org/), or [matplotlib](https://matplotlib.org/) are still growing and changing, and need contributors.
25
25
-_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.
26
26
-_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
27
@@ -37,7 +37,7 @@ Other tools we use daily include:
37
37
38
38
- git and GitHub
39
39
- the command-line terminal, and
40
-
- a plain-text editor or [integrated development environment]() ("IDE").
40
+
- a plain-text editor or [integrated development environment](https://en.wikipedia.org/wiki/Integrated_development_environment) ("IDE").
41
41
42
42
In this video series, the basics of using these tools are covered along the way.
43
43
To learn more about them, take at the links below:
0 commit comments