Include meetings info#2182
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a 'Community Meetings' section to the README. A review comment identifies that the link provided uses an absolute URL and points to a non-existent file; it suggests using a relative link to the meetings directory for better consistency and reliability.
Added the link to meetings.md here as suggested. Thanks. Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: mohan-shash <162627980+mohan-shash@users.noreply.github.com>
cgwalters
approved these changes
May 1, 2026
gursewak1997
pushed a commit
to bootc-dev/infra
that referenced
this pull request
May 11, 2026
…es (#176) * common: Add .cursorrules symlink pointing to AGENTS.md Cursor reads .cursorrules as its agent instruction file. Symlinking it to AGENTS.md keeps a single source of truth rather than maintaining separate files that can drift. Assisted-by: OpenCode (claude-sonnet-4-6@default) Signed-off-by: Colin Walters <walters@verbum.org> * REVIEW: Clarify that review feedback should be squashed, not a new commit A recurring pattern, especially with AI-assisted reviews (Gemini, Copilot, etc.), is that applying a suggested fix creates a new commit with a generic auto-generated subject like "Update README.md". That commit should be squashed into the original before merge. Motivated by bootc-dev/bootc#2182. Assisted-by: OpenCode (claude-sonnet-4-6@default) Signed-off-by: Colin Walters <walters@verbum.org> --------- Signed-off-by: Colin Walters <walters@verbum.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added the link to meetings.md here as suggested. Thanks.