Skip to content

Commit 33e61c9

Browse files
authored
Update best-practices.md
Added a short beginner-friendly explanation to help new contributors understand the responsibilities of open source maintainers.
1 parent 425902a commit 33e61c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_articles/best-practices.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ related:
1515
If you maintain an open source project that a lot of people use, you may have noticed you're coding less and responding to issues more.
1616

1717
In the early stages of a project, you're experimenting with new ideas and making decisions based on what you want. As your project increases in popularity, you'll find yourself working with your users and contributors more.
18+
> **Note for beginners:**
19+
> A maintainer is not just someone who writes code.
20+
> Maintainers also review issues, respond to contributors, manage releases,
21+
> and make decisions about the direction of the project.
22+
>
23+
> As a project grows, these responsibilities often take more time than coding itself.
24+
1825

1926
Maintaining a project requires more than code. These tasks are often unexpected, but they're just as important to a growing project. We've gathered a few ways to make your life easier, from documenting processes to leveraging your community.
2027

0 commit comments

Comments
 (0)