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: content/community.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,34 @@ Partake in one or many of our following public events:
13
13
14
14
## Contributing
15
15
16
+
#### How can I start contributing?
17
+
18
+
If you are new to the project, the first thing you should do is gain some understanding of the project. This normaly entails doing the following:
19
+
20
+
1. Watch a few [talks (videos)][talks].
21
+
2. Next, run through some [tutorials][tutorials].
22
+
23
+
If you run into issues or unexpected behaviour, that's probably the best place to start adding your first contribution.
24
+
25
+
If you didn't find anything you'd like to improve while going through the tutorials you can browse the repositories below (some of those repositories may even have ["good first issues"][good-first-issues]):
26
+
27
+
| Component | Tech Stack | Description
28
+
|--- |--- |---
29
+
| [`pack`][pack] | Go, Docker | CLI providing build and utility functions to end-users.
30
+
| [`lifecycle`][lifecycle] | Go, Docker | Executables that implement the main [specifications][spec] and are used by [platforms][platforms] such as `pack`.
31
+
| [`docs`][docs] | Hugo, HTML, JavaScript | Main website and documentation.
32
+
33
+
> Dependending our your depth of understading or desires some components may be more ideal than others.
Buildpacks welcomes all types of contributions, not just those related to code. We value any help that you can provide, and are more than happy to guide you through the process.
0 commit comments