@@ -6,12 +6,24 @@ the section below we ask that the following guidelines be considered when
66opening, reviewing, and merging pull requests.
77
88* No one should merge their own code or code from their own organization
9- * Reviewers should included people from an organization that is not your own
9+ * Reviewers should include people from an organization that is not your own
1010* If no changes have been requested by other reviewers the (last) reviewer
1111merges the pull request on approval
1212* The CNCF [ #tag-runtime] ( https://cloud-native.slack.com/archives/CPBE97SMU )
1313Slack channel should be used for discussion
1414
15+ ## Community Meetings
16+
17+ We have regular community meetings in place to discuss CDI-related topics.
18+ The current cadence of the meetings is bi-weekly. You can find the meeting
19+ details in the [ CNCF Community Meetings Calendar] ( https://www.cncf.io/calendar )
20+ by looking for ` CNCF TAG Runtime Container Device Interface (COD) Working Group ` .
21+ The calendar entry has an up-to-date link to our meeting agenda. The agenda has
22+ a summary of past meeting topics and discussions and it can be freely edited by
23+ anyone to propose topics for upcoming meetings.
24+
25+ You can [ search the calendar for our community meetings] ( https://tockify.com/cncf.public.events/monthly?search=Container%20Device%20Interface ) .
26+
1527## Sign your work
1628
1729The sign-off is a simple line at the end of the explanation for the patch. Your
@@ -64,5 +76,5 @@ Then you just add a line to every git commit message:
6476
6577Use your real name (sorry, no pseudonyms or anonymous contributions.)
6678
67- If you set your ` user.name ` and ` user.email ` git configs , you can sign your
68- commit automatically with ` git commit -s ` .
79+ If you set your ` user.name ` and ` user.email ` in your git config , you can
80+ sign your commit automatically with ` git commit -s ` .
0 commit comments