8000 Document the new "newcomer friendly" keyword in bpo (#514) · python/devguide@d7ebaf2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7ebaf2

Browse files
authored
Document the new "newcomer friendly" keyword in bpo (#514)
1 parent 2dbbbfa commit d7ebaf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

triaging.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ Various informational flags about the issue. Multiple values are possible.
253253
| easy | Fixing the issue should not take longer than a day for |
254254
| | someone new to contributing to Python to solve. |
255255
+---------------+------------------------------------------------------------+
256+
| newcomer | Issue suitable for newcomer/first time contributors. |
257+
| friendly | Not suitable for experienced contributors. Typically it is |
258+
| | straightforward, well-defined, low-risk, and optionally |
259+
| | someone is able to mentor the new contributor. |
260+
+---------------+------------------------------------------------------------+
256261
| gsoc | The issue would fit as, or is related to, a GSoC_ project. |
257262
+---------------+------------------------------------------------------------+
258263
| needs review | The patch or pull request attached to the issue is in need |

0 commit comments

Comments
 (0)
0