Update README.md.tpl

This commit is contained in:
Luke Hagar
2024-03-07 09:33:45 -06:00
parent c15ac056e2
commit e971d961e2

View File

@@ -59,6 +59,11 @@
- [{{.Title}}]({{.URL}})
{{- end}}
### 📈 Recent PRs
{{range recentPullRequests 10}}
- [{{.Title}}]({{.URL}}) - {{.Repo.Description}}
{{- end}}
### 👷 Recent Contributions
{{range recentContributions 20}}
- [{{.Repo.Name}}]({{.Repo.URL}}) - {{.Repo.Description}}