-
Notifications
You must be signed in to change notification settings - Fork 699
Add a developer guide to help new contributors get started #3806
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
base: master
Are you sure you want to change the base?
Changes from all commits
9dab9fc
7da6a6c
35c91d3
6c2b0b5
686fa1b
d306c7f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
|
||
--- | ||
title: Developers' guide | ||
weight: 500 | ||
Title: Developer's Guide | ||
|
||
Weight: 500 | ||
--- | ||
|
||
Lima is an open-source tool that allows you to run Linux virtual machines on both macOS and Linux. | ||
|
||
## Quick Start for Contributors | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be consolidated to https://lima-vm.io/docs/community/contributing/ , no ? |
||
|
||
- For more information on the project architecture, visit [Lima on DeepWiki](https://deepwiki.com) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should be noted that this is an AI-generated content and not reviewed by maintainers. Also, the link seems wrong. |
||
- The main source code is located in the 'cmd/' and 'pkg/' directories. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't that obvious? |
||
- If you wish to contribute, please see [CONTRIBUTING.md](../../../../.github/CONTRIBUTING.md). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link doesn't work There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
- Have any questions or ideas? To share them, create a GitHub issue or a discussion. | ||
- Run the'make help' command in your terminal to see what other test commands you can use. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
See https://lima-vm.io/docs/dev/testing/ for testing. |
||
- For additional information on the documentation, please visit ([lima-vm.io](https://lima-vm.io) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A visitor is already visiting this site, no? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you have to duplicate the project overview here.
Also, Lima works on other host OS too.