@@ -6,12 +6,24 @@ the section below we ask that the following guidelines be considered when
6
6
opening, reviewing, and merging pull requests.
7
7
8
8
* 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
10
10
* If no changes have been requested by other reviewers the (last) reviewer
11
11
merges the pull request on approval
12
12
* The CNCF [ #tag-runtime] ( https://cloud-native.slack.com/archives/CPBE97SMU )
13
13
Slack channel should be used for discussion
14
14
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
+
15
27
## Sign your work
16
28
17
29
The 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:
64
76
65
77
Use your real name (sorry, no pseudonyms or anonymous contributions.)
66
78
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