mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #18734 from lujun9972/add-MjAyMDA2MTIgMyByZWFzb25zIHRvIGNvbnRyaWJ1dGUgdG8gb3BlbiBzb3VyY2Ugbm93Lm1kCg==
自动选题: 20200612 3 reasons to contribute to open source now
This commit is contained in:
commit
7a5fe584dc
@ -0,0 +1,77 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: ( )
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (3 reasons to contribute to open source now)
|
||||
[#]: via: (https://opensource.com/article/20/6/why-contribute-open-source)
|
||||
[#]: author: (Jason Blais https://opensource.com/users/jasonblais)
|
||||
|
||||
3 reasons to contribute to open source now
|
||||
======
|
||||
Now, more than ever, is the ideal time to contribute to open source.
|
||||
Here’s why.
|
||||
![Business woman on laptop sitting in front of window][1]
|
||||
|
||||
Open source software has [taken over the world][2]. From the early days of Linux and MySQL, open source is driving innovation like never before, with more than [180,000 public repositories on GitHub][3] alone.
|
||||
|
||||
For those of you who have not yet ventured into the open source world, here are the three reasons to start today.
|
||||
|
||||
### Build your confidence as a developer
|
||||
|
||||
If you're young, early in your career, or are even just learning a new programming language, open source is the best way to get started.
|
||||
|
||||
By contributing to an open source project, you receive immediate feedback on your development and programming skills. You may get suggestions about the choice of a function name, the way you used conditional logic, or how using a goroutine you didn't know about speeds up the execution of your program. This is all invaluable feedback to receive when you're learning something new.
|
||||
|
||||
Moreover, as you create more pull requests and apply what you learned from previous submissions, you begin to learn how to write good code and [submit great pull requests for code review][4]. Finally, many open source projects offer mentorship programs to help guide you through your first few contributions. It is a very welcoming, safe environment to build your confidence as a developer.
|
||||
|
||||
For an example story, read about [Allan Guwatudde's experience in open source][5] as a self-taught developer.
|
||||
|
||||
### Build your resume or CV
|
||||
|
||||
Even if you're a seasoned developer, you may want to build your resume to help with career development and future job searches. Perhaps you're interested in exploring a new cutting-edge framework or a new programming module, and you don't have opportunities to do either at work.
|
||||
|
||||
You may be able to get experience by registering for a course or finding a way to introduce these concepts at your day job. But when those options are not available (or desirable), open source provides the perfect opportunity! In addition to building your skills and increasing your confidence, all of your open source contributions are public and demonstrate the skills you have mastered and the projects you've tackled. In fact, your open source profile by itself could provide you with a strong portfolio that sets you apart from other job candidates.
|
||||
|
||||
Moreover, many open source projects—[such as Mattermost][6]—allow you to add yourself as a Contributor on LinkedIn to directly promote your professional profile.
|
||||
|
||||
[Read about Siyuan Liu's journey][7] from the first open source contribution to becoming a two-time MVP of the Mattermost project.
|
||||
|
||||
### Build your professional network
|
||||
|
||||
Building a strong professional network can help you achieve your career goals, learn more about your own or adjacent fields, and help with a job search. Contributing to open source is an excellent way to build that network. You join a welcoming community of hundreds or thousands of contributors, interact with likeminded developers in the open source space, and build connections along the way. You might even get introduced to key people in the industry, like the maintainer of a high-profile open source tool. Such relationships can turn into career-changing connections.
|
||||
|
||||
Finally, contributing to an open source project may even land you a job! For example, [Mattermost][8] has hired several contributors from its open source community to work full-time on the engineering team.
|
||||
|
||||
### Start contributing to open source today
|
||||
|
||||
Open source empowers you to build your confidence as a developer, build your resume, and build your professional network. Moreover, your contribution—no matter how big or small—makes a direct impact on the future of the open source project. That's why many projects send gifts as a thank you to contributors (e.g., a [customized mug to all first-time contributors][9]).
|
||||
|
||||
Ready to get started with open source? Check out [these open source projects][10] for first-time open source contributions or find out [how to contribute to Mattermost][11] to get started.
|
||||
|
||||
You don't need to be a master coder to contribute to open source. Jade Wang shares 8 ways you can...
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/20/6/why-contribute-open-source
|
||||
|
||||
作者:[Jason Blais][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://opensource.com/users/jasonblais
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/lenovo-thinkpad-laptop-concentration-focus-windows-office.png?itok=-8E2ihcF (Woman using laptop concentrating)
|
||||
[2]: https://techcrunch.com/2019/01/12/how-open-source-software-took-over-the-world/
|
||||
[3]: https://github.com/search?q=stars%3A%3E100&s=stars&type=Repositories
|
||||
[4]: https://mattermost.com/blog/submitting-great-prs/
|
||||
[5]: https://mattermost.com/blog/building-confidence-and-gaining-experience-with-good-open-source-projects/
|
||||
[6]: https://docs.mattermost.com/overview/faq.html#can-contributors-add-themselves-to-the-mattermost-company-page-on-linkedin
|
||||
[7]: https://mattermost.com/blog/open-source-contributor-journey-with-mattermost/
|
||||
[8]: https://mattermost.com/careers/
|
||||
[9]: https://forum.mattermost.org/t/limited-edition-mattermost-mugs/143
|
||||
[10]: https://firstcontributions.github.io/
|
||||
[11]: http://mattermost.com/contribute
|
Loading…
Reference in New Issue
Block a user