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: website/content/en/docs/dev/_index.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,22 @@ weight: 500
5
5
6
6
Welcome to the Lima Developer Guide!
7
7
8
-
If you're new to the project and want to contribute, you're in the right place. Lima is an open-source tool that helps you run Linux virtual machines on macOS with ease.
8
+
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.
9
9
10
-
Here are some helpful resources to get started:
10
+
Here’s how you can get started:
11
11
12
12
## 📌 Quick Start for Contributors
13
13
14
-
-**Explore the codebase**: Use [DeepWiki's Lima page](https://deepwiki.com/lima-vm/lima) to understand the structure and find references easily.
15
-
-**Check the project structure**: Key directories include `cmd/`, `pkg/`, and `website/`.
16
-
-**Follow the contributing guide**: Read [`CONTRIBUTING.md`](https://github.com/lima-vm/lima/blob/master/CONTRIBUTING.md)for setup instructions.
17
-
-**Join the discussion**: Engage with the community via GitHub Issues or Discussions.
14
+
-**Learn about the code**: Visit [Lima on DeepWiki](https://deepwiki.com/lima-vm/lima) to see how things are set up.
15
+
-**Know the main folders**: Look inside `cmd/`, `pkg/`, and `website/`. These are important parts of the project.
16
+
-**Read the guide**: Follow the steps in [`CONTRIBUTING.md`](https://github.com/lima-vm/.github/blob/main/CONTRIBUTING.md)to set up everything.
17
+
-**Talk with others by joining the community**: You can ask questions or share your ideas on GitHub Issues or Discussions.
18
18
19
19
## 🧠 Tips for First-Time Contributors
20
20
21
-
- Start small: Fix typos, update docs, or improve clarity in comments.
22
-
- Don’t be afraid to ask questions.
23
-
- Use `make` to build the project or run tests if you're exploring the CLI side.
21
+
- Start with small things: fix typos, improve docs, or make comments in code easier to understand.
22
+
- Don’t worry if you’re not sure—just ask.
23
+
- Use `make` to test or build the project if you're working with the command line.
24
+
25
+
We’re happy you’re here. Every little bit of contribution counts!
24
26
25
-
We’re glad you’re here — every contribution counts!
0 commit comments