Skip to content

docs: reorganize documents in the community repo #1833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bandantonio
Copy link
Contributor

@bandantonio bandantonio commented Mar 28, 2025

Description

The structure proposed in this PR looks as follows:

Community Root
 ├── CONTRIBUTING
 ├── GOVERNANCE
 └── docs
     ├── BOUNTY_PROGRAM
     ├── CODE_OF_CONDUCT
     ├── CODE_OF_CONDUCT_COMMITTEE
     ├── COC-incident-resolution-procedures
     ├── CODEOWNERS
     ├── community-glossary
     ├── /000-onboarding/
     │   ├── ambassador-guide
     │   ├── docs-onboarding-checklist
     │   ├── documentarian-onboarding-guide
     │   ├── maintainer-guide
     │   ├── where-to-contribute
     │   ├── how-to-contribute
     │   └── ... (more onboarding guides)
     ├── /010-contribution-guidelines/
     │   ├── Become-maintainer-in-existing-project
     │   ├── contribute-blog-post
     │   ├── contribute-to-docs
     │   ├── create-new-docs-directories
     │   ├── git-workflow
     │   ├── open-docs-pull-request
     │   ├── prerequisite-knowledge
     │   ├── recognize-contributors
     │   ├── technical-writer-contributor-responsibilities
     │   └── tools-and-setup
     ├── /011-styleguide/
     │   └── ... (related docs)
     ├── /020-governance-and-policies/
     │   ├── CHARTER
     │   ├── donating-projects
     │   ├── introduction-of-changes-to-spec
     │   ├── PROJECT_FUNDING
     │   ├── TSC_MEMBERSHIP
     │   ├── TSC_VOTING_OVERVIEW
     │   ├── voting
     │   └── WORKING_GROUPS
     ├── /030-project-vision-strategy-goals/
     │   ├── Community: Vision, Strategy, Goals
     │   ├── Marketing: Vision, Strategy, Goals
     │   ├── ... (related docs)
     │   └── ROADMAP
     ├── /040-guides/
     │   ├── add-new-asyncapi-tool-to-website
     │   └── keep-repository-settings-consistent
     ├── /050-mentorship-program/
     │   ├── asyncapi mentorship
     │   ├── ambassador program
     │   ├── season of docs
     │   ├── summer of code
     │   ├── winter of code
     │   └── ... (related docs)
     ├── /060-meetings-and-communication/
     │   ├── docs-community
     │   ├── MEETINGS_ORGANIZATION
     │   └── slack-etiquette
     └── /070-marketing/
         └── social-media-communication-guidelines

Related issue(s)

Summary by CodeRabbit

  • Documentation
    • Added new onboarding, contribution, roadmap, glossary, and social media guideline documents, currently marked as under construction.
    • Updated and standardized internal links and file paths across various documentation files for improved navigation.
    • Removed outdated or event-specific tweet files and the community tweet contribution guide.
    • Corrected minor formatting issues and removed unnecessary blank lines or characters in several markdown documents.
    • Added the Creative Commons Attribution 4.0 International Public License text as the project license.
    • Removed the automated Twitter posting workflow configuration.

@thulieblack
Copy link
Member

You have some conflicts 😁

@thulieblack
Copy link
Member

/ptal

@asyncapi-bot
Copy link
Contributor

@derberg @quetzalliwrites @thulieblack Please take a look at this PR. Thanks! 👋

@bandantonio bandantonio force-pushed the docs/reorganize-repo-docs branch from 4b64d50 to 7e95323 Compare April 8, 2025 23:06
Copy link

coderabbitai bot commented Apr 8, 2025

Walkthrough

This update reorganizes and refines documentation within the repository. It introduces several "under construction" placeholder documents, updates internal links and directory references for consistency, removes outdated tweet-related files and documentation, and corrects minor formatting issues. No code or public entity declarations were altered.

Changes

Files/Paths Change Summary
docs/000-onboarding/documentarian-onboarding-guide.md,
docs/000-onboarding/how-to-contribute.md,
docs/000-onboarding/where-to-contribute.md,
docs/030-project-vision-strategy-goals/ROADMAP.md,
docs/070-marketing/social-media-communication-guidelines.md,
docs/community-glossary.md
Added new placeholder documents indicating they are under construction.
docs/000-onboarding/docs-onboarding-checklist.md Updated internal links to point to new relative paths for technical writer responsibilities and prerequisite knowledge.
docs/020-governance-and-policies/TSC_MEMBERSHIP.md,
docs/020-governance-and-policies/WORKING_GROUPS.md
Updated references to "Slack Etiquette" and WORKING_GROUPS.yaml to reflect new directory structure.
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md Updated all image and file references to use new relative paths.
docs/CODE_OF_CONDUCT_COMMITTEE.md Standardized and corrected internal links for conflict of interest and incident resolution procedures.
docs/010-contribution-guidelines/mentoring-maintainers.md,
docs/011-styleguide/grammar.md
Fixed minor markdown formatting issues (extra hyphens).
docs/011-styleguide/numbers.md Replaced a hyphen with a plus sign to correct formatting; noted missing newline.
docs/010-contribution-guidelines/code-contributor-guide.md,
docs/010-contribution-guidelines/git-workflow.md,
GOVERNANCE.md
Removed trailing newlines at the end of files.
TWEET_TOGETHER.md Deleted file describing community tweet contribution guidelines.
tweets/asyncapi-conference.tweet,
tweets/brand-audit-questionnaire.tweet,
tweets/conference-tracks.tweet,
tweets/contributor-summit-2021.tweet,
tweets/k8s-reviewers-needed.tweet,
tweets/looking-for-release-coordinator-2_5.tweet,
tweets/made-by-technology.tweet,
tweets/transparency-as-a-value.tweet
Deleted outdated tweet files.
.github/workflows/twitter-a-main-workflow.yml Deleted GitHub Actions workflow for automated tweeting.
LICENSE Added Creative Commons Attribution 4.0 International Public License text.

Sequence Diagram(s)

sequenceDiagram
    participant Contributor
    participant DocsRepo

    Contributor->>DocsRepo: Accesses documentation
    DocsRepo-->>Contributor: Serves reorganized docs with updated links and placeholders
Loading

Assessment against linked issues

Objective Addressed Explanation
Reorganize documents for improved accessibility and navigation (#1650)
Update cross-linking and directory structure for consistency (#1650)
Add placeholder/under construction documents for future expansion (#1650)
Remove outdated tweet-related files and documentation (#1650)

Suggested labels

ready-to-merge

Suggested reviewers

  • thulieblack
  • derberg
  • quetzalliwrites

Poem

In burrows deep, the docs now grow,
With links renewed and old tweets let go.
New guides are sprouting, not quite done—
A garden of knowledge, just begun!
Hop along, dear friends, and see
The pathways clearer—by rabbit decree! 🐇✨

Note

⚡️ AI Code Reviews for VS Code, Cursor, Windsurf

CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback.
Learn more here.


Note

⚡️ Faster reviews with caching

CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.
Enjoy the performance boost—your workflow just got faster.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 05a4f73 and b19fe01.

📒 Files selected for processing (2)
  • .github/workflows/twitter-a-main-workflow.yml (0 hunks)
  • LICENSE (1 hunks)
💤 Files with no reviewable changes (1)
  • .github/workflows/twitter-a-main-workflow.yml
✅ Files skipped from review due to trivial changes (1)
  • LICENSE

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (10)
docs/070-marketing/social-media-communication-guidelines.md (1)

3-3: Friendly Status Message
The message on line 3 is user-friendly and encourages patience. Consider adding a note or link to a roadmap/timeline if available, so users know when to expect the final version.

docs/community-glossary.md (1)

1-3: Document Under Construction Notice
The document clearly indicates that it is under construction, which is appropriate for an early draft. As development progresses, consider adding a brief outline or roadmap that highlights planned sections to better guide readers.

GOVERNANCE.md (1)

18-25: Consistent Charter Link Update and Language Refinement
The charter link has been updated to ./docs/020-governance-and-policies/CHARTER.md consistently in the duties list, which aligns with the new documentation structure. Additionally, in the bullet starting on line 25, consider revising “has no power” to “have no power” to ensure proper subject-verb agreement.

🧰 Tools
🪛 LanguageTool

[style] ~20-~20: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ive community for everyone to thrive. * Make sure AsyncAPI is economically viable, i...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[uncategorized] ~25-~25: This verb does not appear to agree with the subject. Consider using a different form.
Context: ...rs, etc. * Must be a servant leader and has no power other than the specified in th...

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (1)

47-125: Add Alt Text to Image Elements
Multiple image elements throughout the document (e.g., lines 47, 51, 58, 62, 66, 70, 74, 84, 88, 92, 94, 96, 100, 104, 110, 117, 121, and 125) lack descriptive alt text. To improve accessibility and adhere to Markdown best practices (MD045), please add appropriate alternative text to each image. For example, update

-<img src="../../assets/meetings/restream1.png" width="50%">
+<img src="../../assets/meetings/restream1.png" alt="Illustration of Restream setup" width="50%">
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

47-47: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


51-51: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


58-58: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


62-62: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


66-66: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


70-70: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


74-74: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


84-84: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


88-88: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


92-92: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


94-94: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


96-96: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


100-100: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


104-104: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


110-110: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


117-117: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


121-121: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


125-125: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

docs/CODE_OF_CONDUCT_COMMITTEE.md (1)

28-29: Decision-Making Section Wording
The revised text outlining the decision-making process is comprehensive. However, consider shortening the phrase “a majority of non-conflicted members” to enhance clarity, as suggested by static analysis.

🧰 Tools
🪛 LanguageTool

[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...manent action shall require approval of a majority of non-conflicted members of the CoC Commi...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...ee may take action without a meeting if a majority of non-conflicted members express agreemen...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘A majority of’ might be wordy. Consider a shorter alternative.
Context: ... quorum of the non-conflicted members. A majority of non-conflicted members shall be deemed ...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)

docs/000-onboarding/where-to-contribute.md (1)

1-3: Under Construction Notice
The document is marked as under construction, which is acceptable for an initial draft. As you add content, ensure that the document’s structure and information are updated to provide clear guidance to new contributors.

docs/000-onboarding/how-to-contribute.md (1)

1-3: Document Under Construction Notice

The placeholder message clearly informs readers that the document is under construction. Consider including an estimated timeline or a brief note about the intended content to set expectations.

docs/030-project-vision-strategy-goals/ROADMAP.md (1)

1-3: Under Construction Status Acknowledged

The "under construction" notice is clear and serves its purpose well. In the future, an outline or a brief roadmap overview might further enhance the reader’s anticipation of upcoming content.

docs/000-onboarding/documentarian-onboarding-guide.md (1)

1-3: Clear In-Progress Notification

The document effectively communicates its in-progress status. When content becomes available, ensuring the placeholder is replaced with substantive guidance will improve usability.

docs/010-contribution-guidelines/git-workflow.md (1)

43-50: Valuable Configuration Tips

The guidance on configuring the upstream remote includes a helpful tip and a link to an example script. It might be beneficial to periodically review that the external script URL remains accessible, or consider archiving a version in the repository.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c1a1c24 and 7e95323.

📒 Files selected for processing (23)
  • GOVERNANCE.md (1 hunks)
  • TWEET_TOGETHER.md (0 hunks)
  • docs/000-onboarding/docs-onboarding-checklist.md (1 hunks)
  • docs/000-onboarding/documentarian-onboarding-guide.md (1 hunks)
  • docs/000-onboarding/how-to-contribute.md (1 hunks)
  • docs/000-onboarding/where-to-contribute.md (1 hunks)
  • docs/010-contribution-guidelines/git-workflow.md (1 hunks)
  • docs/020-governance-and-policies/TSC_MEMBERSHIP.md (1 hunks)
  • docs/020-governance-and-policies/WORKING_GROUPS.md (1 hunks)
  • docs/030-project-vision-strategy-goals/ROADMAP.md (1 hunks)
  • docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (3 hunks)
  • docs/070-marketing/social-media-communication-guidelines.md (1 hunks)
  • docs/CODE_OF_CONDUCT_COMMITTEE.md (1 hunks)
  • docs/community-glossary.md (1 hunks)
  • git-workflow.md (0 hunks)
  • tweets/asyncapi-conference.tweet (0 hunks)
  • tweets/brand-audit-questionnaire.tweet (0 hunks)
  • tweets/conference-tracks.tweet (0 hunks)
  • tweets/contributor-summit-2021.tweet (0 hunks)
  • tweets/k8s-reviewers-needed.tweet (0 hunks)
  • tweets/looking-for-release-coordinator-2_5.tweet (0 hunks)
  • tweets/made-by-technology.tweet (0 hunks)
  • tweets/transparency-as-a-value.tweet (0 hunks)
💤 Files with no reviewable changes (10)
  • tweets/brand-audit-questionnaire.tweet
  • tweets/made-by-technology.tweet
  • tweets/k8s-reviewers-needed.tweet
  • tweets/transparency-as-a-value.tweet
  • tweets/looking-for-release-coordinator-2_5.tweet
  • tweets/contributor-summit-2021.tweet
  • tweets/conference-tracks.tweet
  • git-workflow.md
  • tweets/asyncapi-conference.tweet
  • TWEET_TOGETHER.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md

47-47: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


51-51: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


58-58: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


62-62: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


66-66: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


70-70: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


74-74: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


84-84: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


88-88: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


92-92: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


94-94: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


96-96: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


100-100: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


104-104: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


110-110: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


117-117: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


121-121: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


125-125: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

🪛 LanguageTool
docs/CODE_OF_CONDUCT_COMMITTEE.md

[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...manent action shall require approval of a majority of non-conflicted members of the CoC Commi...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...ee may take action without a meeting if a majority of non-conflicted members express agreemen...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘A majority of’ might be wordy. Consider a shorter alternative.
Context: ... quorum of the non-conflicted members. A majority of non-conflicted members shall be deemed ...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)

docs/020-governance-and-policies/WORKING_GROUPS.md

[grammar] ~32-~32: Did you mean the communication tool “Slack” (= proper noun, capitalized)?
Context: ...(../../WORKING_GROUPS.yaml) file in the slack.channel.handle field. Example: `#wg-de...

(ON_SKYPE)

GOVERNANCE.md

[style] ~20-~20: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ive community for everyone to thrive. * Make sure AsyncAPI is economically viable, i...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)


[uncategorized] ~25-~25: This verb does not appear to agree with the subject. Consider using a different form.
Context: ...rs, etc. * Must be a servant leader and has no power other than the specified in th...

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

🔇 Additional comments (14)
docs/070-marketing/social-media-communication-guidelines.md (1)

1-1: Under Construction Notice Appropriateness
The opening line clearly indicates that the document is under construction. This helps set readers' expectations.

docs/020-governance-and-policies/TSC_MEMBERSHIP.md (1)

107-110: Link Update Verification in "TSC_MEMBERSHIP.md"
The hyperlink for the “Slack Etiquette” document has been updated to use the new relative path (../060-meetings-and-communication/slack-etiquette.md). This change aligns with the new directory structure proposed in the PR. Please verify that the target file indeed exists at that location.

docs/020-governance-and-policies/WORKING_GROUPS.md (2)

30-32: Consistent Update of WORKING_GROUPS Links
The links to the WORKING_GROUPS.yaml file have been revised to use the new relative path (../../WORKING_GROUPS.yaml). This update ensures that contacts (e.g., the working group's handle, GitHub team mentions, and Slack channel information) reference the correct file location. Please double-check that these paths resolve correctly in the reorganized repository.

🧰 Tools
🪛 LanguageTool

[grammar] ~32-~32: Did you mean the communication tool “Slack” (= proper noun, capitalized)?
Context: ...(../../WORKING_GROUPS.yaml) file in the slack.channel.handle field. Example: `#wg-de...

(ON_SKYPE)


34-35: Revised "Slack Etiquette" Reference in Working Group Section
The block quote has been updated with the new link to the "Slack Etiquette" document. This update not only maintains consistency with the changes in the TSC membership document but also enhances navigability for users seeking etiquette guidance.

docs/CODE_OF_CONDUCT_COMMITTEE.md (2)

24-24: Updated Conflict of Interest Link
The link to the Conflict of Interest policy now correctly points to ./COC-incident-resolution-procedures.md#conflicts-of-interest. This update improves navigability in line with the new documentation structure.


36-36: Revised Incident Resolution Procedures Link
The link to the Incident Resolution Procedures has been updated to ./COC-incident-resolution-procedures.md. Please verify that the relative link functions correctly within the restructured repository.

docs/000-onboarding/docs-onboarding-checklist.md (2)

15-16: Updated Relative Links for Contribution Guidelines

The relative links for "[technical writer contributor responsibilities]" and "[prerequisite knowledge topics]" have been updated to reflect the new directory structure. Please verify that these links resolve correctly in the rendered document.


1-14: Checklist Structure and Content Review

The overall checklist is well-organized and clearly guides new contributors through essential onboarding steps. Ensure that all external and internal links remain current as the documentation evolves.

Also applies to: 17-23

docs/010-contribution-guidelines/git-workflow.md (6)

1-8: Comprehensive Introduction and Overview

The introductory section sets a solid context for the Git workflow, explaining the fork model clearly for all contributors. The information is thorough and accessible.


9-17: Clear and Concise Rules Section

The rules are presented in a clear, bullet-point format that makes the guidelines easy to follow. This clarity helps in reinforcing best practices among contributors.


26-41: Detailed Fork and Clone Instructions

The clone and fork instructions, along with command examples, are detailed and will likely be very useful for new contributors. The step-by-step nature of these instructions enhances clarity.


52-108: Thorough Manual Configuration Documentation

The manual configuration section breaks down each command with expected outputs, making it very accessible, especially for contributors less familiar with Git. This detailed approach is commendable.


109-113: Helpful GitHub UI Synchronization Instructions

The instructions for using the GitHub UI, with a link to the official documentation, are appropriate. Keeping a note about potential UI changes in the future might be helpful.


114-131: Effective Start Contributing Guidance

The final section outlining branch creation, commit formatting (with reference to Conventional Commits), and push instructions is clear and actionable. This practical guidance will assist contributors in aligning with the repository's standards.

@thulieblack
Copy link
Member

@derberg your eyes here

@aeworxet
Copy link
Contributor

@asyncapi/bounty_team

@aeworxet aeworxet moved this to In Progress in Bounty Program Apr 30, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Completed in Bounty Program Apr 30, 2025
@thulieblack thulieblack reopened this Apr 30, 2025
@thulieblack
Copy link
Member

sorry 😶‍🌫️

@aeworxet aeworxet moved this from Completed to In Progress in Bounty Program May 6, 2025
@bandantonio bandantonio force-pushed the docs/reorganize-repo-docs branch from 7571833 to 05a4f73 Compare May 13, 2025 06:47
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
docs/CODE_OF_CONDUCT_COMMITTEE.md (1)

28-28: Optional style refinement: reduce wordiness
The phrase “a majority of non-conflicted members” is a bit lengthy. Consider using “most non-conflicted members” to improve readability.

- A majority of non-conflicted members shall be deemed a quorum ...
+ Most non-conflicted members shall be deemed a quorum ...
🧰 Tools
🪛 LanguageTool

[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...manent action shall require approval of a majority of non-conflicted members of the CoC Commi...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...ee may take action without a meeting if a majority of non-conflicted members express agreemen...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘A majority of’ might be wordy. Consider a shorter alternative.
Context: ... quorum of the non-conflicted members. A majority of non-conflicted members shall be deemed ...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7e95323 and 05a4f73.

📒 Files selected for processing (26)
  • GOVERNANCE.md (1 hunks)
  • TWEET_TOGETHER.md (0 hunks)
  • docs/000-onboarding/docs-onboarding-checklist.md (1 hunks)
  • docs/000-onboarding/documentarian-onboarding-guide.md (1 hunks)
  • docs/000-onboarding/how-to-contribute.md (1 hunks)
  • docs/000-onboarding/where-to-contribute.md (1 hunks)
  • docs/010-contribution-guidelines/code-contributor-guide.md (1 hunks)
  • docs/010-contribution-guidelines/git-workflow.md (0 hunks)
  • docs/010-contribution-guidelines/mentoring-maintainers.md (1 hunks)
  • docs/011-styleguide/grammar.md (1 hunks)
  • docs/011-styleguide/numbers.md (1 hunks)
  • docs/020-governance-and-policies/TSC_MEMBERSHIP.md (1 hunks)
  • docs/020-governance-and-policies/WORKING_GROUPS.md (1 hunks)
  • docs/030-project-vision-strategy-goals/ROADMAP.md (1 hunks)
  • docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md (3 hunks)
  • docs/070-marketing/social-media-communication-guidelines.md (1 hunks)
  • docs/CODE_OF_CONDUCT_COMMITTEE.md (1 hunks)
  • docs/community-glossary.md (1 hunks)
  • tweets/asyncapi-conference.tweet (0 hunks)
  • tweets/brand-audit-questionnaire.tweet (0 hunks)
  • tweets/conference-tracks.tweet (0 hunks)
  • tweets/contributor-summit-2021.tweet (0 hunks)
  • tweets/k8s-reviewers-needed.tweet (0 hunks)
  • tweets/looking-for-release-coordinator-2_5.tweet (0 hunks)
  • tweets/made-by-technology.tweet (0 hunks)
  • tweets/transparency-as-a-value.tweet (0 hunks)
💤 Files with no reviewable changes (10)
  • docs/010-contribution-guidelines/git-workflow.md
  • tweets/brand-audit-questionnaire.tweet
  • tweets/k8s-reviewers-needed.tweet
  • tweets/transparency-as-a-value.tweet
  • tweets/made-by-technology.tweet
  • tweets/asyncapi-conference.tweet
  • tweets/looking-for-release-coordinator-2_5.tweet
  • tweets/conference-tracks.tweet
  • tweets/contributor-summit-2021.tweet
  • TWEET_TOGETHER.md
✅ Files skipped from review due to trivial changes (6)
  • docs/010-contribution-guidelines/code-contributor-guide.md
  • docs/011-styleguide/grammar.md
  • docs/011-styleguide/numbers.md
  • GOVERNANCE.md
  • docs/060-meetings-and-communication/MEETINGS_ORGANIZATION.md
  • docs/020-governance-and-policies/TSC_MEMBERSHIP.md
🚧 Files skipped from review as they are similar to previous changes (7)
  • docs/community-glossary.md
  • docs/000-onboarding/where-to-contribute.md
  • docs/000-onboarding/documentarian-onboarding-guide.md
  • docs/000-onboarding/how-to-contribute.md
  • docs/030-project-vision-strategy-goals/ROADMAP.md
  • docs/070-marketing/social-media-communication-guidelines.md
  • docs/000-onboarding/docs-onboarding-checklist.md
🧰 Additional context used
🪛 LanguageTool
docs/010-contribution-guidelines/mentoring-maintainers.md

[uncategorized] ~101-~101: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...google.github.io/gsocguides/mentor/) - [Open Source Best Practices](https://opensource.guid...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

docs/020-governance-and-policies/WORKING_GROUPS.md

[grammar] ~32-~32: Did you mean the communication tool “Slack” (= proper noun, capitalized)?
Context: ...(../../WORKING_GROUPS.yaml) file in the slack.channel.handle field. Example: `#wg-de...

(ON_SKYPE)

docs/CODE_OF_CONDUCT_COMMITTEE.md

[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...manent action shall require approval of a majority of non-conflicted members of the CoC Commi...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘a majority of’ might be wordy. Consider a shorter alternative.
Context: ...ee may take action without a meeting if a majority of non-conflicted members express agreemen...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)


[style] ~28-~28: ‘A majority of’ might be wordy. Consider a shorter alternative.
Context: ... quorum of the non-conflicted members. A majority of non-conflicted members shall be deemed ...

(EN_WORDINESS_PREMIUM_A_MAJORITY_OF)

🔇 Additional comments (5)
docs/010-contribution-guidelines/mentoring-maintainers.md (1)

101-101: Corrected list item formatting

The extra hyphen has been removed, ensuring the link renders properly as a single list item.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~101-~101: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...google.github.io/gsocguides/mentor/) - [Open Source Best Practices](https://opensource.guid...

(EN_COMPOUND_ADJECTIVE_INTERNAL)

docs/020-governance-and-policies/WORKING_GROUPS.md (2)

35-35: Check Slack Etiquette link path
Ensure the link to Slack Etiquette resolves to docs/060-meetings-and-communication/slack-etiquette.md. Verify the file exists at that location and the relative path is correct.


30-32:

✅ Verification successful

Verify updated relative paths to WORKING_GROUPS.yaml
The relative links to WORKING_GROUPS.yaml at lines 30–32 (../../WORKING_GROUPS.yaml) must resolve correctly from this document’s new location. Please confirm that docs/WORKING_GROUPS.yaml exists at that path and the links are not broken.


🏁 Script executed:

#!/bin/bash
# Verify existence of WORKING_GROUPS.yaml and link references
fd WORKING_GROUPS.yaml -t yaml
rg -n "\(\.\.\/\.\.\/WORKING_GROUPS.yaml\)" -A1 docs/020-governance-and-policies/WORKING_GROUPS.md

Length of output: 413


🏁 Script executed:

#!/usr/bin/env bash
# Check if WORKING_GROUPS.yaml exists at docs/WORKING_GROUPS.yaml
if [ -f docs/WORKING_GROUPS.yaml ]; then
  echo "FOUND: docs/WORKING_GROUPS.yaml"
else
  echo "MISSING: docs/WORKING_GROUPS.yaml"
fi

# Verify that the links “../../WORKING_GROUPS.yaml” appear in the markdown
rg -F "../../WORKING_GROUPS.yaml" -n docs/020-governance-and-policies/WORKING_GROUPS.md || echo "No link references to ../../WORKING_GROUPS.yaml found"

Length of output: 924


🏁 Script executed:

#!/usr/bin/env bash
# Locate WORKING_GROUPS.yaml in the entire repository
find . -type f -name "WORKING_GROUPS.yaml"

Length of output: 64


Relative links to WORKING_GROUPS.yaml resolve correctly
The ../../WORKING_GROUPS.yaml references in lines 30–32 of
docs/020-governance-and-policies/WORKING_GROUPS.md
point to the WORKING_GROUPS.yaml at the repository root, and that file exists. No broken links detected.

🧰 Tools
🪛 LanguageTool

[grammar] ~32-~32: Did you mean the communication tool “Slack” (= proper noun, capitalized)?
Context: ...(../../WORKING_GROUPS.yaml) file in the slack.channel.handle field. Example: `#wg-de...

(ON_SKYPE)

docs/CODE_OF_CONDUCT_COMMITTEE.md (2)

36-36: Verify Incident Resolution Procedures link
The link to Incident Resolution Procedures at line 36 should point to docs/COC-incident-resolution-procedures.md. Please ensure this target file exists and the path is correct.


24-24:

✅ Verification successful

Ensure policy hyperlink accuracy
The link to the Conflict of Interest section (./COC-incident-resolution-procedures.md#conflicts-of-interest) appears at lines 24 and 28. Confirm that docs/COC-incident-resolution-procedures.md exists and that the anchor #conflicts-of-interest is valid.

Also applies to: 28-28


🏁 Script executed:

#!/bin/bash
# Check existence of the policy file and anchor
fd COC-incident-resolution-procedures.md
rg -n "\[Conflict of Interest\]\(./COC-incident-resolution-procedures.md#conflicts-of-interest\)" -A1 docs/CODE_OF_CONDUCT_COMMITTEE.md

Length of output: 1656


🏁 Script executed:

#!/bin/bash
# Locate all uses of the policy file link in the committee doc
rg -n 'COC-incident-resolution-procedures\.md' docs/CODE_OF_CONDUCT_COMMITTEE.md

# Check for a heading or anchor matching "conflicts-of-interest" in the incident resolution procedures
rg -n '^#+.*conflicts[-]of[-]interest' docs/COC-incident-resolution-procedures.md

Length of output: 2191


🏁 Script executed:

#!/bin/bash
# List all markdown headings to identify the exact section title and slug
rg -n '^#{1,6}\s+' docs/COC-incident-resolution-procedures.md

# Search for any lines containing the word "conflict" (case-insensitive) to locate the relevant section
rg -n -i 'conflict' docs/COC-incident-resolution-procedures.md

Length of output: 6978


Policy hyperlink accurate
Verified that docs/COC-incident-resolution-procedures.md exists and contains a ## Conflicts of Interest heading which generates the #conflicts-of-interest anchor. The links on lines 24 and 28 (and the additional reference on line 36) correctly point to this section. No changes required.

@derberg
Copy link
Member

derberg commented May 20, 2025

  • technically CODEOWNERS must stay in root
  • same for code of conduct, otherwise github will not see it -> https://github.com/asyncapi/community/community. Of course woudl be nice to have code of conduct published eventually on asyncapi.com so I suggest just keep code of conduct file in root that simply have link to all code of conduct resources
  • we need to finally add https://github.com/asyncapi/website/blob/master/LICENSE-docs to this repo, so please add the same file I linked in community repo and call it LICENSE
  • some of the files are not grouped in docs in subdirectories, is it on purpose and will be done later
  • can you remind me what is the final vision, how this is going to be rendered in asyncapi.com as there is no front matter, _section and index in place for most of folders. I guess a followup PR?

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, I would forget, if you remove twitter together, also kindly please remove https://github.com/asyncapi/community/blob/master/.github/workflows/twitter-a-main-workflow.yml

@iambami fyi

… based on the one from website repo. Removed outdated twitter workflow
@bandantonio
Copy link
Contributor Author

@derberg Thank you for the review
1-2. I moved CODEOWNERS and code of conduct to the root folder
3. I added LICENSE to the root folder
4-5. This is intended. The files are grouped according to the latest version of the structure I made after your review
5. At this stage, I would like to deliver a stable structure that everyone can follow. Adding front matter is easier compared to the structural changes, so I consider it to be a follow-up PR, lighter (with fewer changes) and faster to review
6. I deleted twitter workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

[📑 Docs]: Reorganize documents in the community repo
5 participants