File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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::::
Original file line number Diff line number Diff line change 33import shutil
44import nox
55
6- # nox.options.reuse_existing_virtualenvs = True
6+ nox .options .reuse_existing_virtualenvs = False
77
88## Sphinx related options
99
You can’t perform that action at this time.
0 commit comments