diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 342d2f3..28f776d 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -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}}