Skip to content

Latest commit

 

History

History
88 lines (76 loc) · 4.58 KB

best-practices.md

File metadata and controls

88 lines (76 loc) · 4.58 KB

Mailing list and Github usage best practice

The Kubernetes Mailing list or Google Groups functions as the primary means of
asynchronous communication for the project's
Special Interest Groups (SIG) and Working Groups (WG).
That's why you may want to set your filters in your email account to attain a good signal-to-noise ratio with regards to the mailing list messages and Github notifications. All the steps below are basically for Gmail users.

Note: Alternatively, we highly encourage people to use Gubernator and improve it instead of setting these filters.

Note: If you are looking to create and manage lists as a chair or other organizer, check this mailing list guideline doc.

Example for setting filters to Kubernetes Mailing lists

It depends on the SIG or/and WG you are involved in. You can setup filters for your Gmail account to be able to categorize emails from different mailing lists. Create a filter following the procedure below:

  • In your Gmail account click on Settings:
    • Filters and Blocked Addresses -> Scroll down and click create a new filter
    • In the to fields write the email of the SIG's Google Group.
    • Create filter -> Check the box ** Apply the label** and create new label by choosing New label... in the dropdown list.
    • Click on the Create filter.
  • You can also use filters directly for lists.

Examples for setting filters to Kubernetes Github notifications

In order to not get spammed by Github notifications and to get all the notifications in the right place, here is an example of filters to create/apply on your Gmail account:

  • Stick a blue label on anything kubernetes-related:
    • Matches: (kubernetes OR kubernetes-client OR kubernetes-sigs OR kubernetes-incubator OR kubernetes-csi)
    • Do this: Apply label "k8s", Mark it as important
  • Archive your own actions (sending these is an option in Github's settings).
    You can send them but also archive them, so whenever you need to see the history of an issue you can:
  • Skip bot comments:
    • Matches: (from:(notifications@github.com) (from:(k8s-merge-robot) OR from:(Kubernetes Prow Robot) OR from:(k8s-ci-robot)))
      • Do this: Skip Inbox, Mark as read
  • Skip push notifications:
  • Red label on things assigned to you and/or things request to be reviewed:
  • Orange label on things you commented on:
  • Yellow label on things you have been mentioned on:
  • Grey label:
  • Skip messages about issues that you are not participating in, but leave them unread:
  • Categorize per repository:
    • Matches: list:(community.kubernetes.github.com)
      • Do this: Apply label "k8s/community"

This thread in kubernetes-dev google group is also useful for setting up filters in Gmail.