diff --git a/go.mod b/go.mod --- a/go.mod +++ b/go.mod @@ -43,6 +43,7 @@ github.com/yuin/goldmark v1.7.12 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc golang.org/x/crypto v0.40.0 + golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b golang.org/x/net v0.42.0 golang.org/x/sync v0.16.0 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da @@ -168,7 +169,6 @@ go.uber.org/atomic v1.11.0 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.27.0 // indirect - golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect golang.org/x/sys v0.34.0 // indirect golang.org/x/text v0.27.0 // indirect golang.org/x/time v0.12.0 // indirect diff --git a/appview/pages/templates/goodfirstissues/index.html b/appview/pages/templates/goodfirstissues/index.html new file mode 100644 --- /dev/null +++ b/appview/pages/templates/goodfirstissues/index.html @@ -0,0 +1,180 @@ +{{ define "title" }}good first issues{{ end }} + +{{ define "extrameta" }} + + + + +{{ end }} + +{{ define "content" }} +
+ Find beginner-friendly issues across all repositories to get started with open source contributions. +
++ There are currently no open issues labeled as "good-first-issue" across all repositories. +
++ Repository maintainers can add the "good-first-issue" label to beginner-friendly issues to help newcomers get started. +
+