Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the meetings and slack information to a separate page #859

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Meet the maintainers"
linkTitle: "talk-to-us"
title: "Contact the maintainers"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: I find that this title does not really reflect the content well, from the name I would expect this to contain our email address, these communication channels are imo for different type of involvement, i.e asking a question that could be answered by other community members on cert-manager Slack. I also cannot think of a perfect name, but would suggest 'Community'

linkTitle: "Contact the maintainers"
weight: 70
type: "docs"
---
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/contributing/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You might need to import cert-manager if you're writing Go code which:
- implements an external DNS solver webhook, as in the [webhook-example](https://github.com/cert-manager/webhook-example)
- implements an external issuer, as in the [sample-external-issuer](https://github.com/cert-manager/sample-external-issuer)

If you think you really need to import other parts of the code, please do reach out and [talk to us](../talk-to-us/#slack) so we're
If you think you really need to import other parts of the code, please do reach out and [talk to us](../contact-the-maintainers/#slack) so we're
aware of this need! We'll always try to avoid breakage where we can.

## Module Import Paths
Expand All @@ -37,9 +37,9 @@ migrated to `https://github.com/cert-manager/cert-manager`.

This means the Go module import path you need depends on the version of cert-manager you're trying to use.

For cert-manager 1.8 and later, use the new path:
For cert-manager 1.8 and later, use the new path:
`github.com/cert-manager/cert-manager`


For cert-manager 1.7 and earlier, including all point releases, use the old path:
For cert-manager 1.7 and earlier, including all point releases, use the old path:
`github.com/jetstack/cert-manager`
2 changes: 1 addition & 1 deletion content/en/docs/release-notes/release-notes-1.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Thanks again to all open-source contributors with commits in this release, inclu
And thanks as usual to [coderanger](https://github.com/coderanger) for helping people
out on the [`#cert-manager` Slack channel]; it's a huge help and much appreciated.

[`#cert-manager` Slack channel]: ../../contributing/talk-to-us/#slack
[`#cert-manager` Slack channel]: ../../contributing/contact-the-maintainers/#slack

### Changelog since v1.6.0

Expand Down