Skip to content

Commit fa4280c

Browse files
committed
Add github links to landing
1 parent 439e1bd commit fa4280c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ TODO: let's merge this with the conditional lesson
6565
:::{card} [✿ Collaborative GitHub ✿](github-git/intro)
6666
:class-card: left-aligned
6767

68-
More here.
68+
Learn how to make your first contribution to an open source code hosted on GitHub.
69+
Here you'll learn how to
70+
71+
* [Understand contributing guidelines](first-contribution)
72+
* How to identify and request to tackle a specific issue
73+
* How to [fork a repo](fork-repository) and edit a file in the GitHub interface.
6974

7075
:::
7176
::::

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import shutil
44
import nox
55

6-
# nox.options.reuse_existing_virtualenvs = True
6+
nox.options.reuse_existing_virtualenvs = False
77

88
## Sphinx related options
99

0 commit comments

Comments
 (0)