Skip to content

gvwilson/10-newcomers

Repository files navigation

Ten Simple Rules for Helping Newcomers Become Contributors to Open Projects

Dan Sholler, Igor Steinmacher, Denae Ford, Mara Averick, Mike Hoye, and Greg Wilson

These authors contributed equally to this work.

Abstract

To survive and thrive, a community must attract and retain new members and help them be productive. The 10 simple rules in this paper describe ways to do this that are suitable for projects in open source, open science, and open education, and are based on both current research and direct experience.

Introduction

To survive and thrive, a community must attract new members, retain them, and help them be productive [@qureshi2011]. As openness becomes the norm in research, software development, and education, knowing how to do this has become a essential skill for principal investigators and community managers alike. A growing body of knowledge in sociology, anthropology, education, and software engineering can guide decisions about how to facilitate this.

What exactly do we mean by "community"? In the case of open source and open science, the most usual meaning is a "community of practice". As defined by Lave and Wenger [@lave1991; @wenger1999], groups as diverse as knitting circles, oncology researchers, and web designers share three key characteristics:

  1. Participants have a common product or purpose that they work on or toward.

  2. They are mutually engaged, i.e., they assist and mentor each another.

  3. They develop shared resources and domain knowledge.

Brown [@brown2019] specializes this to define a "community of effort" as, "...a community formed in pursuit of a common goal. The goal can be definite or indefinite in time, and may not be clearly defined, but it is something that (generally speaking) the community is aligned on." People working to preserve coral reefs in the face of global climate change are an example of such a community. No central organization coordinates their work, but the scientists who study coral reefs, the environmentalists who work to protect them, and the citizens who support them financially and politically are aware of each other's efforts, collaborate in ad hoc ways, and are conscious of contributing toward a shared purpose.

Open source software projects are also communities of effort. For example, the Mozilla Firefox [@mozilla] community includes a mix of paid professionals, highly-involved volunteers, and occasional contributors who not only create software, documentation, and tutorials, but also organize events, answer questions in online forums, mentor newcomers, and advocate for open standards.

Every community of effort has unique features, but they have enough in common to profit from one another's experience. The 10 rules laid out below are based on studies of such communities and on the authors' experience as members, leaders, and observers. Our focus is on small and medium-sized projects, i.e., ones that have a handful to a few hundreds participants and are a few months to a few years old, but may not (yet) have any formal legal standing such as incorporation as a non-profit.

Acknowledgments

The authors are grateful to everyone who gave feedback on early versions of this paper, and particularly to Erin Robinson for her detailed, knowledgeable, and helpful critique.

Rule 1: Be welcoming.

Karl Fogel wrote [@fogel2005], "If a project doesn't make a good first impression, newcomers may wait a long time before giving it a second chance." Other authors have empirically confirmed the importance of kind and polite social environments in open source projects [@singh2012; @steinmacher2013; @steinmacher2018a]. Therefore, projects should not just say that they welcome new members: they should make a proactive effort to foster positive feelings in them.

  • Post a welcome message on the project's social media pages, Slack channels, forums, or email lists. Projects might consider maintaining a dedicated "Welcome" channel or list, where a project lead or community manager writes a short post asking newcomers to introduce themselves.

  • Offer assistance in finding ways to make an initial contribution.

  • Direct the newcomer to project members who have a similar background or skill set so as to demonstrate fit to the newcomer.

  • Point the newcomer to essential project resources (e.g., the contribution guidelines).

  • Clearly identify work items they can start with. A growing number of projects explicitly tag bugs or issues as "suitable for newcomers", and ask established members not to fix them in order to ensure there are suitable places for new arrivals to start work.

Projects can further designate one or two members to serve as a point-of-contact for each newcomer. Doing this may reduce the newcomer's hesitancy to ask questions, particularly when they are told from the outset that there are no dumb questions in the community.

Rule 2: Help potential contributors evaluate if the project is a good fit.

People could contribute to many different projects; the first and most important step in being welcoming is to help them determine whether your project is a good fit for their interests and abilities. Their decision to contribute can be related to reputation or external needs, but also to a desire to learn or give back to the community. In all of these cases, the more you help newcomers understand if this is the right project for them, the more quickly they will either start contributing or look elsewhere.

To do this, the project should explicitly state what the different types of skills required are. This information should be easily accessible and guide new members to the tasks they may handle. LibreOffice, for example, provides a way for developers to filter available tasks by required skills and difficulty [@libreoffice-filtered].

The project should also help developers evaluate their skills, since "basic Python skills" means very different things to different people. Tools like My GitHub Resume [@my-github-resume] and Visual Resume [@sarma2016] that aggregate information from previous contributions can help with this assessment, while the now-defunct OpenHatch project [@openhatch] aggregated entry-level issues from a variety of open source projects and classified them according to language and other required skills to provide a one-stop portal for finding appropriate projects.

Rule 3: Make governance explicit.

Raymond's "The Cathedral and the Bazaar" [@raymond2001] described an egalitarian world in which everyone could contribute equally to open projects. Two decades later, we can see how unequal and unwelcoming the supposedly egalitarian "bazaar" of open source can be if authority lies with those willing to shout loudest and longest. As Bezroukov pointed out [@bezroukov1999], Raymond ignored the realities of how power arises, becomes concentrated in a few hands, and is then used to perpetuate itself.

Bezroukov's criticism drew on Freeman's influential essay "The Tyranny of Structurelessness" [@freeman1972], which explained how an apparent lack of structure in organizations "...too often disguised an informal, unacknowledged and unaccountable leadership that was all the more pernicious because its very existence was denied." The solution is to make a project's governance explicit so that people know who makes which decisions.

Large, well-established projects that incorporate as non-profits are required to promulgate bylaws, such as those for the Python Software Foundation [@psf-bylaws]. What smaller projects should do is less well-documented, but generally falls under one of three headings [@fogel2005]. The first is a "benevolent dictator" (often the project founder), who the community agrees has final say on important issues. This model is common in young or small projects, but is brittle, and inevitably fosters the emergence of unofficial (and hence unaccountable) de facto leaders in specific areas.

The second model formalizes a consensus-building process in which the whole community can take part. One example is Martha's Rules [@minahan1986] (summarized in the appendix), under which anyone can put forward proposals, but those proposals are only adopted once it is clear that most people are not strongly opposed. The third model is based on elected representation. In the Carpentries [@carpentries-bylaws], for example, the electorate includes anyone who has:

  • completed instructor certification in the preceding year;

  • completed certification in the last two years and taught at least one workshop;

  • been certified for more than two years and has taught at least twice in that time; or

  • made a significant contribution to lesson development, infrastructure, or other activities as determined by the Executive Council.

Decisions are then made by those elected, though they may decide or be required to take some matters to a referendum vote.

More complex models are possible [@apache-governance], but the most important thing is to decide on the rules well in advance of contentious issues emerging, since tempers may already be running hot by the time this point is reached.

Rule 4: Keep knowledge up to date and findable.

When starting to contribute to a project, newcomers must orient themselves in an unfamiliar landscape [@dagenais2010]. It is therefore important to make sure that all necessary information is both accessible and findable. A single project may use wikis, files in GitHub, shared Google Docs, old tweets or Slack messages, and email archives; keeping information about a specific topic in a single place and clearly defining the purpose of each communication medium saves newcomers from having to navigate multiple unfamiliar data sources to find what they need. Doing this makes newcomers more confident and oriented [@steinmacher2016].

At the same time, outdated documentation may lead newcomers to a wrong understanding of the project, which is also demotivating. While it may be hard to keep material up to date, community members should at least remove or clearly mark outdated information. Signalling the absence or staleness of material can save newcomers time and also suggest opportunities for them to make contributions that they themselves would find useful.

One special case of this rule is to provide "how to contribute" guidelines in easy-to-find, readily-available places. Many projects follow GitHub's recommendation for placing such information in a CONTRIBUTING.md file [@github-rec]. Other projects, such as the Apache Open Office Suite and rOpenSci, provide newcomer manuals and learning modules accessed through a web interface [@apache-guidelines; @ropensci-guidelines]. Still others take a more interactive approach; for example, the GNOME project's Newcomers Guide [@gnome-newcomers], walks potential contributors through the contribution pipeline: choosing a project, acquiring and installing the necessary computing tools, finding problems or choosing issues to work on, submitting changes, and following up on feedback.

Such guidelines do more than just describe how to contribute. First, their mere existence can ease newcomers' hesitation about whether or not their work is sufficient and suitable for the project. Second, they provide a centralized, well-organized description of resources that a newcomer can consult while learning to navigate the project's technical and social environments [@zanatta2017]. Guidelines also acclimate newcomers to the norms of work and communication, particularly when items such as necessary computing tools and codes of conduct are foregrounded.

Rule 5: Have and enforce a code of conduct.

Community leaders should model the behaviors they want to encourage, but that by itself is not enough: experience shows that communities must also make norms about acceptable behavior explicit. This helps ensure that everyone---not just newcomers---will find the environment healthy and welcoming. It also sends a clear signal that the community actually has standards: many potential contributors will be painfully familiar with communities that don't, and are more likely to give yours a try if they believe it is not just another troll-infested chat room. Being explicit also makes the project more accessible to people from differing cultural backgrounds, as it helps them understand how expectations may differ from what they are used to.

A popular way to make norms explicit is to adopt a Code of Conduct. Research on these is still in its infancy [@tourani2017], but many projects such as rOpenSci [@ropensci-coc], NumPy [@numpy-coc], and Project Jupyter [@jupyter-coc] have adopted the Contributor Covenant [@covenant] or used other frameworks such as SciPy's Code of Conduct [@scipy-coc].

A Code of Conduct is only useful if there is a clear reporting mechanism that community members trust, and if it is enforced [@aurora2019]. Projects should designate an independent party (i.e., an individual not employed by or otherwise closely connected the project) to receive and review reports. An independent party offers a degree of objectivity and can help protect reporters from hesitating to raise issues concerning project leaders out of fear of retribution or damage to their reputation. When possible, the independent party should be part of a more extensive code of conduct committee made up of several people with varied characteristics (e.g., gender identity, race, ethnicity, roles in the community). Any member of the committee implicated in the incident should be refused from reviewing the violations.

Project leaders should also develop and publicize enforcement mechanisms, which may range from verbal or written warnings, limits on access to project communication avenues (e.g., Slack channels or mailing lists), or suspension or expulsion from contributing to the project. When safe for the reporter, project leaders should also publicize enforcement decisions: if this is not done, the community may come to believe that the code is meaningless.

Rule 6: Develop forms of legitimate peripheral participation.

A core concept in the theory of communities of practice is that of legitimate peripheral participation (LPP) [@lave1991; @wenger1999]. Newcomers become members of a community by participating in simple, low-risk tasks that further the goals of the community. Through these peripheral activities, newcomers become acquainted with the community's tasks, vocabulary, and governance so that they can ease into the project.

In communities such as GitHub, core activities such as committing code and submitting pull requests can be socially daunting for newcomers [@steinmacher2015]. One way to encourage LPP in this case is to encourage newcomers to submit issues to a repository when they notice a bug or to join the dialog on recently submitted pull requests or issues. Another way is to have newcomers help with documentation, particularly with translation and localization, and a third (mentioned in Rule 3) is to mark some issues as suitable for newcomers.

Building multiple ways of participating in a community demonstrates the variety of approaches newcomers can take to join the community. This further demonstrates that there is not just one way to make technical contributions. For example, the main form of interaction in the community on Stack Overflow is to ask a question and posting an answer, but engaging in that type of interaction can present barriers some users including an intimidating community size and fear of negative feedback [@ford2016]. Thus, it is important to provide additional forms of participation. On Stack Overflow, this is demonstrated through the ability to edit questions and answer without the restriction of reputation points. Developing a pathway to participation can decrease the presence of barriers. In studying the evolution of how content is formed in these communities [@baltes2018], newcomers can better understand the norms of a community and the best way to contribute [@ford2018].

Rule 7: Make it easy for newcomers to get started.

One way to facilitate LPP is to make it easy for newcomers to get set up so that they can start work on contributions. Getting set up to work on a project---going from "I want to help" to "I'm able to help" to "I'm helping"---is often someone's first experience as a community participant. Any complexity or confusion at this point is therefore a significant barrier to participation [@steinmacher2014]. By treating the process of getting involved with the same care and attention you give to the product itself, you're making it clear that you value those contributors' time and effort, and forestalling reactions like this [@steinmacher2018b]:

I am still trying to build, because many errors occurred... I was expecting to move forward, because so far I did not have time to look at the source code... It is frustrating.

This work does not just benefit newcomers: it also helps retention of existing intermittent contributors and the same work that makes your project more accessible to new contributors today will do the same for future you. Wheelchair ramps and the buttons that open heavy doors are not just used by those in wheelchairs: they are just as helpful to people with strollers or one too many bags of groceries. None of us are ever more than a sprained ankle away from desperately wanting that wheelchair ramp to be there. In that same vein, a drive failure will someday force you to download a gigabyte of data and reinstall some software, inevitably at the least convenient moment imaginable. There is therefore a lot to be gained from automating as much of your setup process you can and thoroughly documenting whatever you cannot.

Rule 8: Use opportunities for in-person interaction---with care.

Open source software projects often rely heavily on remote workers communicating via text, audio, and video. Research on face-to-face and audio/video-mediated communication is mixed with regard to their comparative effectiveness [@doherty1997; @gallupe1990; @nardi2002], but demonstrates that each form has benefits and drawbacks. In-person interaction is valuable for uninterrupted, synchronous dialog and helps to establish mutual understanding in a streamlined way [@omalley1996]. Projects can therefore benefit from engaging newcomers in in-person interaction from time to time.

According to Huppenkothen and colleagues [@huppenkothen2018], newcomers may particularly benefit from events that, "...combine structured periods focused on pedagogy (often with an emphasis on statistical and computational techniques) and less structured periods devoted to hacks and creative projects, with the goal of encouraging collaboration and learning among people at various stages of their career." Combining newcomer-friendly events and activities with larger gatherings such as conferences also amortize participants' financial costs and travel time.

However, potential contributors might shy away from the project if they are introverted, suffer from social anxiety, or have had bad experiences in the past in face-to-face settings. A Code of Conduct helps allay these concerns, but some newcomers may still feel uncomfortable in group settings. In this case, not going to a meetup may leave them feeling less a part of the community.

Face-to-face communication also involves forms of information exchange that are not easily captured and archived for all project members to see. For example, collocated project members might hash out ideas on whiteboards, by scribbling notes, or through informal chats. Even when transcribing and/or taking photos of these is possible, important contextual information may be lost [@cherubini2007]. Decisions and changes may seem to come out of nowhere when evaluated by a non-attendee, so project leads should develop universally-accessible ways to communicate and explain the results of in-person activities.

Rule 9: Acknowledge all contributions.

People in open source sometimes joke that a programmer is someone who will do something for a laptop sticker that they would not do for a hundred dollars. The kernel of truth in this joke is that gratitude and recognition are the most powerful tools community builders have. It is therefore crucial to acknowledge newcomers' contributions and thank them for their work. Every hour that someone has given your project may be an hour taken away from their personal life or their official employment; recognize that fact and make it clear that while more hours would be welcome, you do not expect them to make unsustainable sacrifices.

To ensure completeness and fairness, every project should adopt and publicize guidelines describing what constitutes a contribution, how contributions will be acknowledged, and how they will be used. Who can use the data collected by the project for what purposes, and what attribution do they have to give? How must they acknowledge the project and/or its contributors? Who holds the copyright on contributed material? Most projects now place this information in files called LICENSE.md and CITATION.md, and place a brief, readable summary in plain language in onboarding materials.

Rule 10: Follow up on both success and failure.

Once someone has carried their first contribution over the line, you and they are likely to have a better sense of what they have to offer and how the project can help them. Helping newcomers find the next problem they might want to work on or pointing them at the next thing they might enjoy reading is both helpful and supportive. In particular, encouraging them to help the next wave of newcomers is both a good way to recognize what they have learned, and an effective way to pass it on.

Mentoring programs are a popular way to do this. However, their effectiveness appears mixed. [@fagerholm2014] found that, "...developers receiving deliberate onboarding support through mentoring were more active at an earlier stage than developers entering projects through conventional means." In contrast, [@labuschagne2015] found that, "...developers who join an organization through these programs are half as likely to transition into long-term community members than developers who do not use these programs... although developers who do succeed through these programs find them valuable."

One explanation for this disparity is that people become members of open projects for different reasons, and hence respond to things like mentoring programs in different ways. For example, Barcomb et al. identified four types of episodic or intermittent contributors to open source projects [@barcomb2019], while Mäenpää et al. looked at how to reconcile the competing yet complementary needs of stakeholders in hybrid open/commercial projects [@maenpaa2018]. More research is needed, but as openness becomes the norm in research, doing it well becomes a core skill for every researcher.

When they can, projects should also try to follow up on their failures. Why did potential contributors not become community members? Did they realize that the project wasn't a good fit (in which case, the overview may need an overhaul)? Was it too difficult to find a starting point or to get set up to start work (in which case information may need to be consolidated, tagged, filled in, or updated)? Or did they feel uncomfortable or under-valued (in which case the community may need to have a more difficult conversation)? The conversations with individuals should in most cases be confidential, but making the conclusions and corrective actions public is the best possible way to signal that you are serious about building the best community you can.

Bibliography

[apache-governance] Apache Software Foundation. "The Apache Software Foundation: How It Works"; Accessed March 27, 2019. https://www-us.apache.org/foundation/how-it-works.html.

[guidelines] Apache Software Foundation. "Introduction to Contributing to Apache OpenOffice"; Accessed February 16, 2019. https://openoffice.apache.org/orientation/intro-contributing.html]

[aurora2019] Aurora V, Gardiner M. How to Respond to Code of Conduct Reports. Version 1.1 ed. Frame Shift Consulting LLC; 2019.

[baltes2018] Baltes S, Dumani L, Treude C, Diehl S. The Evolution of Stack Overflow Posts: Reconstruction and Analysis. CoRR. 2018;abs/1811.00804.

[barcomb2019] Barcomb A, Stol KJ, Riehle D, Fitzgerald B. Why Do Episodic Volunteers Stay in FLOSS Communities? In: Proc. 2019 International Conference on Software Engineering (ICSE'19). ACM Press; 2019.

[bezroukov1999] Bezroukov N. A Second Look at the Cathedral and the Bazaar; 1999. https://firstmonday.org/article/view/708/618.

[brown2019] Brown CT. Sustaining open source: thinking about communities of effort; Accessed March 21, 2019. http://ivory.idyll.org/blog/author/c-titus-brown.html.

[carpentries-bylaws] The Carpentries Bylaws; Accessed February 16, 2019. https://docs.carpentries.org/topic_folders/governance/index.html.

[cherubini2007] Cherubini M, Venolia G, DeLine R, Ko AJ. Let's Go to the Whiteboard: How and Why Software Developers Use Drawings. In: Proc. 2007 Conference on Human Factors in Computing Systems (CHI'07). Association for Computing Machinery (ACM); 2007.

[covenant] Contributor Covenant; Accessed February 14, 2019. https://www.contributor-covenant.org/.

[dagenais2010] Dagenais B, Ossher H, Bellamy RKE, Robillard MP, de Vries JP. Moving Into a New Software Project Landscape. In: Proc. 2010 International Conference on Software Engineering (ICSE'10). ACM Press; 2010.

[doherty1997] Doherty-Sneddon G, O'Malley C, Garrod S, Anderson A, et al. Face-to-face and video-mediated communication: A comparison of dialogue structure and task performance. Journal of Experimental Psychology: Applied. 1997;3(2):105--125. doi:10.1037/1076-898x.3.2.105.

[fagerholm2014] Fagerholm F, Guinea AS, Münch J, Borenstein J. The role of mentoring and project characteristics for onboarding in open source software projects. In: Proc. 2014 International Symposium on Empirical Software Engineering and Measurement (ESEM'14). ACM Press; 2014.

[fogel2005] Fogel K. Producing Open Source Software: How to Run a Successful Free Software Project. O'Reilly Media; 2005.

[ford2016] Ford D, Smith J, Guo PJ, Parnin C. Paradise Unplugged: Identifying Barriers for Female Participation on Stack Overflow. In: Proc. 2016 ACM SIGSOFT International Symposium on Foundations of Software Engineering (FSE'16). FSE 2016. ACM Press; 2016. p. 846--857.

[ford2018] Ford D, Lustig K, Banks J, Parnin C. "We Don't Do That Here": How Collaborative Editing with Mentors Improves Engagement in Social Q&A Communities. In: Proc. 2018 CHI Conference on Human Factors in Computing Systems. CHI 2018; 2018. p. 608:1--608:12.

[freeman1972] Freeman J. The Tyranny of Structurelessness. The Second Wave. 1972;2(1).

[gallupe1990] Gallupe RB, McKeen JD. Enhancing Computer-Mediated Communication: An experimental investigation into the use of a Group Decision Support System for face-to-face versus remote meetings. Information & Management. 1990;18(1):1--13. doi:10.1016/0378-7206(90)90059-q.

[github-rec] GitHub. Setting Guidelines for Repository Contributors; Accessed February 16, 2019. https://help.github.com/articles/setting-guidelines-for-repository- contributors/.

[gnome-newcomers] GNOME Newcomers' Guide; Accessed February 16, 2019. https://wiki.gnome.org/Newcomers/SubmitContribution.

[huppenkothen2018] Huppenkothen D, Arendt A, Hogg DW, Ram K, VanderPlas JT, Rokem A. Hack weeks as a model for data science education and collaboration. Proc National Academy of Sciences. 2018;115(36):8872--8877. doi:10.1073/pnas.1717196115.

[jupyter-coc] Project Jupyter. Code of Conduct; Accessed February 14, 2019. https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md.

[labuschagne2015] Labuschagne A, Holmes R. Do Onboarding Programs Work? In: Proc. 2015 Working Conference on Mining Software Repositories (MSR'15). IEEE; 2015.

[lave1991] Lave J, Wenger E. Situated Learning: Legitimate Peripheral Participation. Cambridge University Press; 1991.

[libreoffice-filtered] The Document Foundation. LibreOffice Easy Hacks by Required Skill; Accessed March 21, 2019. https://wiki.documentfoundation.org/Development/EasyHacks/by_Required_Skill.

[maenpaa2018] Mäenpää H, Mäkinen S, Kilamo T, Mikkonen T, Männistö T, Ritala P. Organizing for openness: six models for developer involvement in hybrid OSS projects. Journal of Internet Services and Applications. 2018;9(1). doi:10.1186/s13174-018-0088-1.

[minahan1986] Minahan A. Martha's Rules. Affilia. 1986;1(2):53--56. doi:10.1177/088610998600100206.

[mozilla] Mozilla Foundation. Mozilla Firefox; Accessed March 21, 2019. https://www.mozilla.org/en-US/.

[my-github-resume] Coallier D. My GitHub Resume; Accessed March 21, 2019. https://resume.github.io/.

[nardi2002] Nardi BA, Whittaker S. The place of face-to-face communication in distributed work. In: Hinds P, Kiesler S, editors. Distributed Work. MIT Press; 2002. p. 83--110.

[numpy-coc] SciPy Community. NumPy Code of Conduct; Accessed February 14, 2019. https://www.numpy.org/devdocs/dev/conduct/code_of_conduct.html.

[omalley1996] O'Malley C, Langton S, Anderson A, Doherty-Sneddon G, Bruce V. Comparison of face-to-face and video-mediated interaction. Interacting with Computers. 1996;8(2):177--192. doi:10.1016/0953-5438(96)01027-2.

[openhatch] OpenHatch; Accessed March 27 2019. http://openhatch.org/.

[psf-bylaws] Python Software Foundation Bylaws; Accessed February 16, 2019. https://www.python.org/psf/bylaws/.

[qureshi2011] Qureshi I, Fang Y. Socialization in open source software projects: A growth mixture modeling approach. Organizational Research Methods. 2011;14(1):208--238.

[raymond2001] Raymond ES. The Cathedral and the Bazaar; 2001.

[ropensci-coc] rOpenSci Code of Conduct; Accessed February 14, 2019. https://ropensci.org/code-of-conduct/.

[ropensci-guidelines] rOpenSci Packages: Develpoment, Maintenance, and Peer Review; Accessed February 16, 2019. https://ropensci.github.io/dev_guide/.

[sarma2016] Sarma A, Chen X, Kuttal S, Dabbish L, Wang Z. Hiring in the Global Stage: Profiles of Online Contributions. In: Proc. 2016 IEEE International Conference on Global Software Engineering. ICGSE 2016. Institute of Electrical and Electronics Engineers (IEEE); 2016.

[scipy-coc] SciPy Code of Conduct; Accessed February 14, 2019. https://docs.scipy.org/doc/scipy/reference/dev/conduct/code_of_conduct.html.

[singh2012] Singh V. Newcomer integration and learning in technical support communities for open source software. In: Proc. 2012 ACM International Conference on Supporting Group Work - GROUP'12. ACM Press; 2012.

[steinmacher2013] Steinmacher I, Wiese I, Chaves AP, Gerosa MA. Why do newcomers abandon open source software projects? In: Proc. 2013 International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE'13). Institute of Electrical and Electronics Engineers (IEEE); 2013.

[steinmacher2014] Steinmacher I, Wiese I, Conte T, Gerosa M, Redmiles D. The Hard Life of Open Source Software Project Newcomers. In: Proc. 2014 International Workshop on Cooperative and Human Aspects of Software Engineering (CHASE'14). ACM Press; 2014.

[steinmacher2015] Steinmacher I, Conte T, Gerosa MA, Redmiles D. Social Barriers Faced by Newcomers Placing Their First Contribution in Open Source Software Projects. In: Proc. 2015 ACM Conference on Computer Supported Cooperative Work & Social Computing. CSCW 2015. ACM Press; 2015.

[steinmacher2016] Steinmacher I, Conte TU, Treude C, Gerosa MA. Overcoming open source project entry barriers with a portal for newcomers. In: Proc. 2016 International Conference on Software Engineering (ICSE'16). ACM Press; 2016.

[steinmacher2018a] Steinmacher I, Pinto G, Wiese IS, Gerosa MA. Almost There: A Study on Quasi-Contributors in Open-Source Software Projects. In: Proc. 2018 International Conference on Software Engineering (ICSE'18). ACM Press; 2018.

[steinmacher2018b] Steinmacher I, Treude C, Gerosa MA. Let Me In: Guidelines for the Successful Onboarding of Newcomers to Open Source Projects. IEEE Software. 2018;doi:10.1109/MS.2018.110162131.

[tourani2017] Tourani P, Adams B, Serebrenik A. Code of Conduct in Open Source Projects. In: Proc. 2017 International Conference on Software Analysis, Evolution and Reengineering (SANER'17). IEEE; 2017.

[wenger1999] Wenger E. Communities of Practice: Learning, Meaning, and Identity. Cambridge University Press; 1999.

[zanatta2017] Zanatta AL, Steinmacher I, Machado LS, de Souza CRB, Prikladnicki R. Barriers Faced by Newcomers to Software-Crowdsourcing Projects. IEEE Software. 2017;34(2):37--43. doi:10.1109/ms.2017.32.

Appendix: Martha's Rules

  1. Anyone may put forward a proposal up to 24 hours before a meeting. Proposals must include a one-line summary, a brief description, any required background information, and a discussion of pros and cons (including alternatives).

  2. Once a person has sponsored a proposal, they are responsible for it: the group may not discuss or vote on the issue unless the sponsor is present.

  3. After the sponsor presents the proposal, a "sense" vote is taken prior to any discussion in which people indicate whether the like the proposal, can live with it, or are uncomfortable with it.

  4. If all or most of the group likes or can live with the proposal, it moves to a formal vote with no further discussion.

  5. If most of the group is uncomfortable with the proposal, it is postponed for further rework by the sponsor.

  6. If some members are uncomfortable they can briefly state their objections. After ten minute of moderated discussion, the facilitator calls for a yes-or-no vote on adoption. If a majority votes "yes" the proposal is implemented. Otherwise, the proposal is returned to the sponsor for further work.

About

Ten Simple Rules for Helping Newcomers Become Contributors to Open Source Projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •