You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/010-contribution-guidelines/conventional-commits.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following are some of the most commonly used commit types:
42
42
43
43
To maintain a clear and structured commit history, all PR titles must follow the Conventional Commits format. This ensures that commit messages and PRs are semantically meaningful and easy to understand.
44
44
45
-
A PR title that does not follow this format will be rejected by our [Linting bot](../../.github/workflows/lint-pr-title.yml), preventing the PR from being merged.
45
+
A PR title that does not follow this format will be rejected by our [Linting bot](https://github.com/asyncapi/community/blob/master/.github/workflows/lint-pr-title.yml), preventing the PR from being merged.
46
46
47
47
Therefore, you can use the following examples to guide you:
Copy file name to clipboardExpand all lines: docs/011-styleguide/styling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ They should be clear, optimized, and accessible.
210
210
211
211
- **JPEG:** For photographs. Optimize for the web to balance quality and file size.
212
212
213
-
- **Alt Text:** All `<img>` tags must have a descriptive alt attribute for screen readers. If an image is purely decorative, use `alt=""`. In markdown, use the exclamation mark, square brackets and parenthesis combo (`![]()`) to add images, ensure to use a decriptive alt text such as ``.
213
+
- **Alt Text:** All `<img>` tags must have a descriptive alt attribute for screen readers. If an image is purely decorative, use `alt=""`. In markdown, use the exclamation mark, square brackets and parenthesis combo (`![]()`) to add images, ensure to use a descriptive alt text such as ``.
214
214
215
215
- **Sizing:** Images should not exceed a maximum width of 800px to avoid overwhelming the content layout.
Copy file name to clipboardExpand all lines: docs/030-project-vision-strategy-goals/2025_Community_Goals.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To improve and streamline the onboarding process for new contributors joining th
39
39
### Community Working Group Umbrella
40
40
I would like to introduce the Community Working Group, which serves as an umbrella for all community initiatives and programs at AsyncAPI. We have been functioning unofficially as a working group, but it’s time to reorganize, increase visibility for our current programs, and establish a structured approach to how we work.
41
41
42
-
```mermaid
42
+
```mermaid
43
43
flowchart LR
44
44
A["**Community Working Group**"] -- Chair By --> B("**Community Manager**")
45
45
B --> C("**Community Programs and Initiatives**")
@@ -58,8 +58,7 @@ flowchart LR
58
58
classDef Rose stroke-width:1px, stroke-dasharray:none, stroke:#FF5978, fill:#FFDFE5, color:#8E2236
classDef Aqua stroke-width:1px, stroke-dasharray:none, stroke:#46EDC8, fill:#DEFFF8, color:#378E7A
61
-
62
-
```
61
+
```
63
62
64
63
The community manager will oversee and chair the working group, which includes community builders responsible for building, leading, and running the programs.
65
64
With this structured setup, we will say goodbye to community meetings and hello to the Community WG meeting; this is where we will provide updates on the different programs and the progress the builders are making.
|[AsyncAPI Mentorship](https://www.asyncapi.com/)| Mentoring initiative by AsyncAPI |[asyncapi-mentorship](asyncapi-mentorship/README.md)|
26
-
|[Google Summer of Code](https://summerofcode.withgoogle.com/)| Mentoring program for the students |[summerofcode](summerofcode/README.md)|
27
-
|[Google Season of Docs](https://developers.google.com/season-of-docs)| Mentoring initiative for technical writers |[seasonofdocs](seasonofdocs/README.md)|
28
-
|[Winter of Code](https://www.winterofcode.com)| Mentoring initiative aimed to increase participation for the Google Summer of Code program among students |[winterofcode](winterofcode/README.md)|
29
-
| [OpenForce](https://www.openforce.tech/)| The CROSS Research Experiences program provides support for undergraduate and graduate students contributing to CROSS incubator projects. | [openforce](openforce/README.md)
30
-
| [Hacktoberfest](https://hacktoberfest.com/)| The idea of Hacktoberfest is to encourage everyone, especially beginners, to contribute to projects that are dear to their hearts. | [hacktoberfest](hacktoberfest/README.md)
23
+
| Program | Purpose | Details and historical data |
|[AsyncAPI Mentorship](https://www.asyncapi.com/)| Mentoring initiative by AsyncAPI |[asyncapi-mentorship](asyncapi-mentorship/README.md)|
26
+
|[Google Summer of Code](https://summerofcode.withgoogle.com/)| Mentoring program for the students |[summerofcode](summerofcode/README.md)|
27
+
|[Google Season of Docs](https://developers.google.com/season-of-docs)| Mentoring initiative for technical writers |[seasonofdocs](seasonofdocs/README.md)|
28
+
|[Winter of Code](https://www.winterofcode.com)| Mentoring initiative aimed to increase participation for the Google Summer of Code program among students |[winterofcode](winterofcode/README.md)|
29
+
|[OpenForce](https://www.openforce.tech/)| The CROSS Research Experiences program provides support for undergraduate and graduate students contributing to CROSS incubator projects. |[openforce](openforce/README.md)|
30
+
|[Hacktoberfest](https://hacktoberfest.com/)| The idea of Hacktoberfest is to encourage everyone, especially beginners, to contribute to projects that are dear to their hearts. |[hacktoberfest](hacktoberfest/README.md)|
31
31
32
32
## Program Statistics
33
33
34
-
| Year | Program | Participants | Total (per year) |
0 commit comments