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: docs/contributing/first-time.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ As a first-time contributor to Plone, we expect that you have:
17
17
18
18
- {ref}`tried a Plone demo <install-index-getting-started-label>`
19
19
- {doc}`installed Plone <../install/index>` on your development machine
20
+
- worked on a Plone project, even if it is just for fun
20
21
- worked through some trainings, such as the recommended:
21
22
- {doc}`training:mastering-plone/index`
22
23
- {doc}`training:voltohandson/index`
@@ -106,8 +107,11 @@ Please don't be "that person".
106
107
### Work with GitHub issues
107
108
108
109
1.**Find issues that you want to work on.**
110
+
You can filter GitHub issues by labels.
109
111
Working on documentation or on issues labeled with either `33 needs: docs` or `41 lvl: easy` are the two best ways for first-time contributors to contribute.
110
112
This is because first-timers have a fresh perspective that might be overlooked by old-timers.
113
+
Issues labeled `42 lvl: moderate`, `43 lvl: complex`, or `03 type: feature (plip)` are not suitable for first-timers because of their complexity.
114
+
Issues with these labels may take weeks to complete.
111
115
1.**Discuss whether you should perform any work.**
112
116
First see {ref}`Avoid duplicate effort <mistake-2-label>`.
113
117
Next, any discussion method listed below is acceptable, and they are listed in the order of most likely to get a response.
0 commit comments