You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/contributing/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ you should receive calendar invites by mail shortly after joining. The complexit
21
21
might be sent multiple times depending on your email and calendar providers and you might get some invites for past
22
22
or future meetings which have been rescheduled or edited. Sorry about that!
23
23
24
-
We have 2 regular repeating meetings: our quick daily check-in and an hour-long community meeting every two weeks.
24
+
We have 2 regular repeating meetings: our quick daily check-in and the cert-manager weekly community meeting.
25
25
26
26
If you're having any issues joining our meetings, ensure that you're part of the [`cert-manager-dev`](https://groups.google.com/forum/#!forum/cert-manager-dev) Google group, and always feel free to ask in [Slack](./#slack) for help!
27
27
@@ -49,7 +49,7 @@ We'll ensure that anyone outside of the core maintainer team who has a talking p
49
49
50
50
### Community Meetings
51
51
52
-
Our bi-weekly (i.e. every two weeks) community meetings happen[on Zoom](https://zoom.us/j/96658445866) at [17:00 London time](http://www.thetimezoneconverter.com/?t=17:00&tz=Europe/London). You can look at the [CNCF calendar](https://tockify.com/cncf.public.events/monthly?search=cert-manager) to see when the next one will take place.
52
+
The cert-manager weekly community meeting happens[on Zoom](https://zoom.us/j/96658445866) at [17:00 London time](http://www.thetimezoneconverter.com/?t=17:00&tz=Europe/London). You can look at the [CNCF calendar](https://tockify.com/cncf.public.events/monthly?search=cert-manager) to see when the next one will take place.
53
53
54
54
These meetings are an hour-long chat about cert-manager topics. It's a great way to get involved with contributing for the
55
55
first time; to get answers to any questions you might have; or to propose a new feature which needs some explanation.
Copy file name to clipboardExpand all lines: content/docs/contributing/policy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Do reach out if you need help with the design.
36
36
37
37
Part of the process of discussing a design document may also include a video call with you included! That helps us to plan how a feature should
38
38
be implemented and approached. It'll be pretty informal and casual; we just want to make sure we're all on the same page. This call might be part
39
-
of a biweekly meeting.
39
+
of the cert-manager weekly community meeting.
40
40
41
41
#### Making Progress with Larger Features
42
42
@@ -46,14 +46,14 @@ questions, but they should certainly be able to point you in the right direction
46
46
47
47
To get in touch to discuss a feature, please reach out on the [cert-manager-dev slack channel](./README.md#slack), or join a [cert-manager public meeting](./README.md#meetings) to talk about your proposal.
48
48
49
-
If you have an open PR with a design document (or have some questions about how to proceed with a design), you should absolutely feel free to add the PR with your design or a link to the relevant GitHub issue to the [meeting notes](https://docs.google.com/document/d/1Tc5t6ylY9dhXAan1OjOoldeaoys1Yh4Ir710ATfBa5U/edit) for our next biweekly meeting
49
+
If you have an open PR with a design document (or have some questions about how to proceed with a design), you should absolutely feel free to add the PR with your design or a link to the relevant GitHub issue to the [meeting notes](https://docs.google.com/document/d/1Tc5t6ylY9dhXAan1OjOoldeaoys1Yh4Ir710ATfBa5U/edit) for the cert-manager weekly community meeting
50
50
and join in so we're sure to discuss it and so you can contribute to the discussion!
51
51
52
52
#### Large Feature Lifecycle
53
53
54
54
1. Informally ask about the feature in slack or a public meeting
55
55
2. Create a PR with a lightweight design document using the [design template](https://github.com/cert-manager/cert-manager/tree/master/design/template.md), for discussion
56
-
3. Design doc PR gets reviewed - possibly includes meeting or discussion in a biweekly meeting
56
+
3. Design doc PR gets reviewed - possibly includes meeting or discussion in the cert-manager weekly community meeting
57
57
4. Implement your feature, helped and reviewed by a named cert-manager maintainer
58
58
59
59
## Feature Requests We'll Likely Reject
@@ -63,7 +63,7 @@ In some cases, people will request features which we've previously rejected or w
63
63
It's nothing personal; sometimes we have to make tough choices and especially when it comes to security and maintainability we have to reject certain
64
64
proposals. If your feature request is listed below, there's a high chance we'll have to reject it.
65
65
66
-
That said, if you think we've made a mistake and that we should reconsider, we're open to chatting - consider joining our [biweekly meetings](./README.md#meetings) to discuss it with us!
66
+
That said, if you think we've made a mistake and that we should reconsider, we're open to chatting - consider joining the cert-manager weekly community meeting to discuss it with us!
67
67
68
68
### Vendoring Kubernetes related APIs outside of the `k8s.io/` namespace
0 commit comments