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
Copy file name to clipboardExpand all lines: .github/workflows/link-checker.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ jobs:
16
16
id: lychee
17
17
with:
18
18
# note: args has a long default value; when you override it, make sure you don't accidentally forget to include the default options you want! see https://github.com/lycheeverse/lychee-action/blob/master/action.yml
# This token is included to avoid github.com requests to error out with status 429 (too many requests). It only works for GitHub requests (also other GitHub REST API calls), not for the rest of the web.
Copy file name to clipboardExpand all lines: best_practices/overview.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ An easy way to make sure you did not forget anything important is to use a well
8
8
Great examples can be found via [FAIR Software NL](https://fair-software.nl/recommendations/checklist).
9
9
[The Turing Way](https://book.the-turing-way.org) has specific topical checklists at the end of each of their chapters.
10
10
11
+
## Version control
12
+
13
+
Use a version control tool like `git` to track changes in your codebase.
14
+
This allows you to retrace your steps when debugging, keep your repository clean, easily collaborate with others asynchronously and more.
15
+
More info: [The Turing Way chapter on Version Control](https://book.the-turing-way.org/reproducible-research/vcs), [RSQkit chapter on Version Control](http://everse.software/RSQKit/version_control).
16
+
17
+
**@ NLeSC:** we always use version control and we preferably use GitHub as our online repository and collaboration platform (see the [Project Management Protocol on our intranet](https://nlesc.sharepoint.com/sites/home/SitePages/Project-procedures.aspx)).
18
+
11
19
## Know your tools
12
20
13
21
In addition to the advice on the best practices above, knowing the
0 commit comments