Compare commits

...

4 Commits

Author SHA1 Message Date
Abhishek Tripathi
11df300359 Merge 2827d935ea into da917a687b 2024-10-19 10:51:14 -07:00
Zachary Drummond
da917a687b Unclear to beginners what PR stands for (#1019) 2024-10-19 18:45:53 +01:00
Shmavon Gazanchyan
094a004c25 Update README.md 2024-10-19 17:26:34 +00:00
Gaius
c9892835f4 feat: add dragonfly to golang projects (#1255)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2024-10-19 18:26:23 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Awesome First PR Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) # Awesome First Pull Request Opportunities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](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

View File

@@ -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",