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
@@ -23,15 +21,15 @@ git commit -m "fix: the thing"
23
21
git push origin fix-something
24
22
```
25
23
26
-
Then open a PR.
24
+
Then open a PR — use the template, it's short.
27
25
28
-
## Easy First Contributions
26
+
## Good First Contributions
29
27
30
-
Just:
31
28
- Add a package to `internal/config/data/packages.yaml`
32
-
- Fix a typo
33
-
- Improve an error message
34
-
- Add a test
29
+
- Fix a typo or improve an error message
30
+
- Add a missing test
31
+
32
+
See [issues labeled `good first issue`](https://github.com/openbootdotdev/openboot/issues?q=is%3Aopen+label%3A%22good+first+issue%22) for tracked tasks.
35
33
36
34
## Running Tests
37
35
@@ -43,15 +41,15 @@ make test-all # Everything + coverage
0 commit comments