diff --git a/appview/pages/templates/timeline/fragments/goodfirstissues.html b/appview/pages/templates/timeline/fragments/goodfirstissues.html new file mode 100644 index 00000000..7ad60f8e --- /dev/null +++ b/appview/pages/templates/timeline/fragments/goodfirstissues.html @@ -0,0 +1,31 @@ +{{ define "timeline/fragments/goodfirstissues" }} +
+
+
+
+
+ Oct–Nov 2025 +
+

+ Get your first PR merged and earn Dolly stickers! 🎉 +

+

+ Merge a PR for "good first issue" (make this a label) a and get Tangled stickers shipped free. +

+ + browse issues + {{ i "arrow-right" "size-4" }} + +
+
+
+ {{ template "fragments/dolly/logo" "w-6 h-6" }} + {{ template "fragments/dolly/silhouette" }} + Free stickers! +
+
+
+
+
+{{ end }} diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index c9c3aba6..febf520e 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -12,6 +12,7 @@
{{ template "timeline/fragments/hero" . }} {{ template "features" . }} + {{ template "timeline/fragments/goodfirstissues" . }} {{ template "timeline/fragments/trending" . }} {{ template "timeline/fragments/timeline" . }}
diff --git a/appview/pages/templates/timeline/timeline.html b/appview/pages/templates/timeline/timeline.html index c957ba2a..91b8ba36 100644 --- a/appview/pages/templates/timeline/timeline.html +++ b/appview/pages/templates/timeline/timeline.html @@ -13,6 +13,7 @@ {{ template "timeline/fragments/hero" . }} {{ end }} + {{ template "timeline/fragments/goodfirstissues" . }} {{ template "timeline/fragments/trending" . }} {{ template "timeline/fragments/timeline" . }} {{ end }}