mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 21:38:05 -08:00
Compare commits
4 Commits
d97d93f155
...
48da735bd5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48da735bd5 | ||
|
|
da917a687b | ||
|
|
094a004c25 | ||
|
|
c9892835f4 |
@@ -1,4 +1,4 @@
|
|||||||
# Awesome First PR Opportunities [](https://github.com/sindresorhus/awesome)
|
# Awesome First Pull Request Opportunities [](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
Inspired by [First Timers Only](https://kentcdodds.com/blog/first-timers-only) blog post.
|
||||||
|
|
||||||
@@ -97,6 +97,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
|
|||||||
|
|
||||||
- [containerd](https://github.com/containerd/containerd) _(label: exp/beginner)_ <br> Industry-standard container runtime with an emphasis on simplicity, robustness and portability.
|
- [containerd](https://github.com/containerd/containerd) _(label: exp/beginner)_ <br> Industry-standard container runtime with an emphasis on simplicity, robustness and portability.
|
||||||
- [Docker/CLI](https://github.com/docker/cli) _(label: exp/beginner)_ <br> The Docker CLI
|
- [Docker/CLI](https://github.com/docker/cli) _(label: exp/beginner)_ <br> The Docker CLI
|
||||||
|
- [Dragonfly](https://github.com/dragonflyoss/Dragonfly2) _(label: good-first-issue)_ <br> Provide efficient, stable and secure file distribution and image acceleration based on p2p technology
|
||||||
- [Helm](https://github.com/kubernetes/helm) _(label: good-first-issue)_ <br> The Kubernetes Package Manager
|
- [Helm](https://github.com/kubernetes/helm) _(label: good-first-issue)_ <br> The Kubernetes Package Manager
|
||||||
- [httpexpect](https://github.com/gavv/httpexpect) _(label: help-wanted)_ <br> End-to-end HTTP and REST API testing for Go.
|
- [httpexpect](https://github.com/gavv/httpexpect) _(label: help-wanted)_ <br> End-to-end HTTP and REST API testing for Go.
|
||||||
- [Hugo](https://github.com/gohugoio/hugo) _(label: GoodFirstIssue)_ <br> A Fast and Flexible Static Site Generator built with love in GoLang
|
- [Hugo](https://github.com/gohugoio/hugo) _(label: GoodFirstIssue)_ <br> A Fast and Flexible Static Site Generator built with love in GoLang
|
||||||
|
|||||||
@@ -218,6 +218,15 @@
|
|||||||
],
|
],
|
||||||
"description": "The Docker CLI"
|
"description": "The Docker CLI"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Dragonfly",
|
||||||
|
"link": "https://github.com/dragonflyoss/Dragonfly2",
|
||||||
|
"label": "good-first-issue",
|
||||||
|
"technologies": [
|
||||||
|
"Go"
|
||||||
|
],
|
||||||
|
"description": "Provide efficient, stable and secure file distribution and image acceleration based on p2p technology"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Helm",
|
"name": "Helm",
|
||||||
"link": "https://github.com/kubernetes/helm",
|
"link": "https://github.com/kubernetes/helm",
|
||||||
|
|||||||
Reference in New Issue
Block a user