-
Notifications
You must be signed in to change notification settings - Fork 693
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
Open
ijayhub
wants to merge
6
commits into
lima-vm:master
Choose a base branch
from
ijayhub:improve-developer-doc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9dab9fc
docs: add content to Developer’s Guide (#3792)
ijayhub 7da6a6c
docs: add content to Developer’s Guide (#3792)
ijayhub 35c91d3
docs: improve Developers' guide with clear getting started steps
ijayhub 6c2b0b5
docs: add content to Developer’s Guide (#3792)
ijayhub 686fa1b
docs: add content to Developer’s Guide (#3792)
ijayhub d306c7f
docs: improve developer guide with clearer instructions
ijayhub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,25 @@ | |
title: Developers' guide | ||
weight: 500 | ||
--- | ||
|
||
Welcome to the Lima Developer Guide! | ||
|
||
If you’re new and want to help with Lima, you’re in the right place. Lima is a free tool that helps you run Linux virtual machines on macOS. | ||
|
||
Here’s how you can get started: | ||
|
||
## 📌 Quick Start for Contributors | ||
|
||
- **Learn about the code**: Visit [Lima on DeepWiki](https://deepwiki.com/lima-vm/lima) to see how things are set up. | ||
- **Know the main folders**: Look inside `cmd/`, `pkg/`, and `website/`. These are important parts of the project. | ||
afbjorklund marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- **Read the guide**: Follow the steps in [`CONTRIBUTING.md`](https://github.com/lima-vm/.github/blob/main/CONTRIBUTING.md) to set up everything. | ||
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 is a redirect, to https://lima-vm.io/docs/community/contributing/ (but use a relative link) It doesn't really mention how to set up the development environment though, like Git and Go? |
||
- **Talk with others by joining the community**: You can ask questions or share your ideas on GitHub Issues or Discussions. | ||
|
||
## 🧠 Tips for First-Time Contributors | ||
|
||
- Start with small things: fix typos, improve docs, or make comments in code easier to understand. | ||
- Don’t worry if you’re not sure—just ask. | ||
- Use `make` to test or build the project if you're working with the command line. | ||
|
||
We’re happy you’re here. Every little bit of contribution counts! | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.