Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ GUI:
- Meeting notes & agenda proposals: https://github.com/lima-vm/lima/discussions/categories/meetings
- Calendar: https://zoom-lfx.platform.linuxfoundation.org/meetings/lima

### Social media accounts

Follow us for project updates, release announcements, and community news:

- https://x.com/@TheLimaProject
- https://mastodon.social/@TheLimaProject

### Code of Conduct
Lima follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).

Expand Down
7 changes: 7 additions & 0 deletions website/content/en/docs/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ The GitHub repo of Lima can be found at <https://github.com/lima-vm/lima>.

- See <https://github.com/lima-vm/.github/blob/main/SECURITY.md> for how to report security issues.

## Social media accounts

Follow us for project updates, release announcements, and community news:

- https://x.com/@TheLimaProject
- https://mastodon.social/@TheLimaProject

## Projects using Lima

### Container environments
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/community/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Maintainers consist of two roles:
Committers must enable 2FA for their GitHub accounts.
Committers are also recognized as Maintainers in <https://github.com/cncf/foundation/blob/main/project-maintainers.csv>.

- **Reviewer** (Limited maintainership): Reviewers may moderate GitHub issues and pull requests (such as adding labels and cleaning up spams),
- **Reviewer** (Limited maintainership): Reviewers may moderate GitHub issues and pull requests (such as adding labels and cleaning up spams), and make posts on [social accounts](./_index.md#social-accounts),
but they do not have any access to merge pull requests nor push commits.
A Reviewer is considered as a candidate to become a Committer.
Reviewers are not recognized as Maintainers in <https://github.com/cncf/foundation/blob/main/project-maintainers.csv>.
Expand Down
21 changes: 21 additions & 0 deletions website/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ enable = false
enable = false

[params.links]
# TODO: unify developer and user links
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/lima-vm/lima"
Expand All @@ -160,6 +161,16 @@ enable = false
url = "https://slack.cncf.io/"
icon = "fab fa-slack"
desc = "Chat with other project developers"
[[params.links.developer]]
name = "X (Twitter)"
url = "https://x.com/@TheLimaProject"
icon = "fab fa-x-twitter"
desc = "Follow for updates"
[[params.links.developer]]
name = "Mastodon"
url = "https://mastodon.social/@TheLimaProject"
icon = "fab fa-mastodon"
desc = "Follow for updates"
[[params.links.user]]
name = "Discussion"
url = "https://github.com/lima-vm/lima/discussions"
Expand All @@ -170,6 +181,16 @@ enable = false
url = "https://slack.cncf.io/"
icon = "fab fa-slack"
desc = "Chat with other project users"
[[params.links.user]]
name = "X (Twitter)"
url = "https://x.com/@TheLimaProject"
icon = "fab fa-x-twitter"
desc = "Follow for updates"
[[params.links.user]]
name = "Mastodon"
url = "https://mastodon.social/@TheLimaProject"
icon = "fab fa-mastodon"
desc = "Follow for updates"

[params.mermaid]
enable = true
Expand Down