Skip to content

Commit

Permalink
Merge pull request #210 from klihub/docs/add-meeting-pointer
Browse files Browse the repository at this point in the history
docs: add a pointer to community meetings in our docs.
  • Loading branch information
elezar committed Jul 5, 2024
2 parents f33d15b + 322b2d7 commit ff280d6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ the section below we ask that the following guidelines be considered when
opening, reviewing, and merging pull requests.

* No one should merge their own code or code from their own organization
* Reviewers should included people from an organization that is not your own
* Reviewers should include people from an organization that is not your own
* If no changes have been requested by other reviewers the (last) reviewer
merges the pull request on approval
* The CNCF [#tag-runtime](https://cloud-native.slack.com/archives/CPBE97SMU)
Slack channel should be used for discussion

## Community Meetings

We have regular community meetings in place to discuss CDI-related topics.
The current cadence of the meetings is bi-weekly. You can find the meeting
details in the [CNCF Community Meetings Calendar](https://www.cncf.io/calendar)
by looking for `CNCF TAG Runtime Container Device Interface (COD) Working Group`.
The calendar entry has an up-to-date link to our meeting agenda. The agenda has
a summary of past meeting topics and discussions and it can be freely edited by
anyone to propose topics for upcoming meetings.

You can [search the calendar for our community meetings](https://tockify.com/cncf.public.events/monthly?search=Container%20Device%20Interface).

## Sign your work

The sign-off is a simple line at the end of the explanation for the patch. Your
Expand Down Expand Up @@ -64,5 +76,5 @@ Then you just add a line to every git commit message:

Use your real name (sorry, no pseudonyms or anonymous contributions.)

If you set your `user.name` and `user.email` git configs, you can sign your
commit automatically with `git commit -s`.
If you set your `user.name` and `user.email` in your git config, you can
sign your commit automatically with `git commit -s`.

0 comments on commit ff280d6

Please sign in to comment.