|
1 | 1 | # Dapr Community
|
2 | 2 |
|
| 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 | + |
3 | 16 | 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.
|
4 | 17 |
|
5 | 18 | - [Introduction](#introduction)
|
@@ -35,31 +48,18 @@ Reach out with any questions you may have and we'll make sure to answer them as
|
35 | 48 | | 🐤 Twitter | [@daprdev](https://twitter.com/daprdev)
|
36 | 49 |
|
37 | 50 | ### 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 | +
|
38 | 54 | 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!
|
39 | 55 |
|
40 | 56 | [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.
|
41 | 57 |
|
42 | 58 | 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.
|
43 | 59 |
|
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 |
49 | 61 |
|
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. |
63 | 63 |
|
64 | 64 | #### China Community Meetings
|
65 | 65 |
|
@@ -142,8 +142,6 @@ If you're looking for something to work on, read the [contribution guidelines](h
|
142 | 142 |
|
143 | 143 | 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.
|
144 | 144 |
|
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 |
| - |
147 | 145 | Finally consider achieving one of the many [roles](#roles) that are in the Dapr project.
|
148 | 146 |
|
149 | 147 | ## Other Documents
|
|
0 commit comments