We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c8b27c + a948f57 commit 896c123Copy full SHA for 896c123
config.yaml
@@ -13,7 +13,7 @@ carpentry: cp
13
title: "R’s bug tracking"
14
15
# Date the lesson was created (this is empty by default)
16
-created: ~
+created: 2022-04-07
17
18
# Comma-separated list of keywords for the lesson
19
keywords: software, data, lesson, The Carpentries
@@ -26,7 +26,10 @@ life_cycle: pre-alpha
26
license: CC-BY 4.0
27
28
# Link to the source repository for this lesson
29
-source: https://github.com/carpentries/workbench-template-rmd
+source: https://github.com/r-devel/r-bug-tracking-lesson
30
+
31
+# URL of the live lesson
32
+url: https://contributor.r-project.org/r-bug-tracking-lesson/
33
34
# Default branch of your lesson
35
branch: main
0 commit comments