Skip to content

Commit d0b21e3

Browse files
authored
Add badges and replace table with issue query for community calls
Signed-off-by: Marc Duiker <[email protected]>
1 parent f6be56b commit d0b21e3

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Dapr Community
22

3+
[![License: Apache 2.0][apache-badge]][apache-url] [![Good First Issues][gfi-badge]][gfi-url] [![discord][discord-badge]][discord-url] [![YouTube][youtube-badge]][youtube-link] [![X/Twitter][x-badge]][x-link]
4+
5+
[apache-badge]: https://img.shields.io/github/license/dapr/dapr?style=flat&label=License&logo=github
6+
[apache-url]: https://github.com/dapr/dapr/blob/master/LICENSE
7+
[gfi-badge]:https://img.shields.io/github/issues-search/dapr/community?query=type%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22&label=Good%20first%20issues&style=flat&logo=github
8+
[gfi-url]:https://github.com/dapr/community/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22
9+
[discord-badge]: https://img.shields.io/discord/778680217417809931?label=Discord&style=flat&logo=discord
10+
[discord-url]: http://bit.ly/dapr-discord
11+
[youtube-badge]:https://img.shields.io/youtube/channel/views/UCtpSQ9BLB_3EXdWAUQYwnRA?style=flat&label=YouTube%20views&logo=youtube
12+
[youtube-link]:https://youtube.com/@daprdev
13+
[x-badge]:https://img.shields.io/twitter/follow/daprdev?logo=x&style=flat
14+
[x-link]:https://twitter.com/daprdev
15+
316
Welcome to the Dapr community. This is the starting point for becoming a contributor, improving the code and docs, giving presentations and all the goodness of helping out on the project. We are a friendly, collaborative group and look forward to working together.
417

518
- [Introduction](#introduction)
@@ -35,31 +48,18 @@ Reach out with any questions you may have and we'll make sure to answer them as
3548
| 🐤 Twitter | [@daprdev](https://twitter.com/daprdev)
3649

3750
### Community calls
51+
52+
> You can watch our community calls live on our [YouTube stream](https://www.youtube.com/@DaprDev/streams) or rewatch the recording later on the [Dapr YouTube channel](https://www.youtube.com/@daprdev).
53+
3854
Every two weeks we live stream a community call on [YouTube](https://www.youtube.com/@daprdev) to showcase new features, highlight client case studies, review upcoming milestones, and engage in a Q&A. For these community calls, anyone from the Dapr community can participate, present a topic, or host. All are welcome!
3955

4056
[Issues in this community repo](https://github.com/dapr/community/issues) are used to plan the community calls and suggest topics. The next three upcoming calls are pinned as issues in this repository and can be used to submit suggestions for the call. To speak about a Dapr related topic on a community call, comment on the issue for the date you would like to present on. Alternatively, you're also welcome to use the #general channel in the [Dapr Discord server](https://bit.ly/dapr-discord) to talk about future agenda topics. The meeting agenda for each call is finalized by the community call host.
4157

4258
Community members (members of the Dapr GitHub org) can nominate themselves via an issue on the dapr/community repository to be a community call host. Members become approved community call hosts when two or more existing community hosts approve their request, similar to how members and approvers get accepted today.
4359

44-
You can watch community calls live on our [YouTube stream](https://www.youtube.com/@DaprDev/streams) or rewatch the recording later on the [Dapr YouTube channel](https://www.youtube.com/@daprdev).
45-
46-
#### Upcoming dates
47-
48-
Use the upcoming calendar events below to add the community call events to your calendar.
60+
#### Upcoming community call dates
4961

50-
<!--
51-
!!!REMINDER!!!
52-
53-
When adding new scheduled meetings to this list:
54-
* make sure to update the URL for each entry too. The `iso` param should be updated following the `YYYYMMDD` format.
55-
* make sure the suffix is correct for the numeral: `st`, `nd`, `th` so it reads right like `22nd` and not `22th`
56-
-->
57-
58-
| Date & time | Agenda
59-
| - | -
60-
| Wednesday Apr 3<sup>rd</sup> 9:00am Pacific Time (PST) - [See it in your local time and add to your calendar](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20240403T09&p1=234&msg=Dapr+Community+Call) | dapr/community#375
61-
| Wednesday Apr 17<sup>th</sup> 9:00am Pacific Time (PST) - [See it in your local time and add to your calendar](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20240417T09&p1=234&msg=Dapr+Community+Call) | dapr/community#376
62-
| Wednesday May 1<sup>st</sup> 9:00am Pacific Time (PST) - [See it in your local time and add to your calendar](https://www.timeanddate.com/worldclock/fixedtime.html?iso=20240501T09&p1=234&msg=Dapr+Community+Call) | dapr/community#377
62+
Use this [issue query](https://github.com/dapr/community/issues?q=is%3Aissue+is%3Aopen+label%3A%22community+call%22) to check the date and agenda for the upcoming community calls.
6363

6464
#### China Community Meetings
6565

@@ -142,8 +142,6 @@ If you're looking for something to work on, read the [contribution guidelines](h
142142

143143
And, we can always use more testing, have more and improved docs, or just write a blog post on what you have discovered whilst using Dapr.
144144

145-
If you're a developer, read the [development guide](https://github.com/dapr/dapr/tree/master/docs/development) for help on how to get started.
146-
147145
Finally consider achieving one of the many [roles](#roles) that are in the Dapr project.
148146

149147
## Other Documents

0 commit comments

Comments
 (0)