Skip to content

Commit 5a260c9

Browse files
Replace hyphen with asterisk in getting-paid.md
1 parent b686355 commit 5a260c9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

_articles/bn/getting-paid.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ I was looking for a "hobby" programming project that would keep me occupied duri
2424

2525
There are many reasons why a person would not want to be paid for their open source work.
2626

27-
- **They may already have a full-time job that they love,** which enables them to contribute to open source in their spare time.
28-
- **They enjoy thinking of open source as a hobby** or creative escape and don't want to feel financially obligated to work on their projects.
29-
- **They get other benefits from contributing to open source,** such as building their reputation or portfolio, learning a new skill, or feeling closer to a community.
27+
* **They may already have a full-time job that they love,** which enables them to contribute to open source in their spare time.
28+
* **They enjoy thinking of open source as a hobby** or creative escape and don't want to feel financially obligated to work on their projects.
29+
* **They get other benefits from contributing to open source,** such as building their reputation or portfolio, learning a new skill, or feeling closer to a community.
3030

3131
<aside markdown="1" class="pquote">
3232
<img src="https://avatars.githubusercontent.com/alloy?s=180" class="pquote-avatar" alt="avatar">
@@ -86,21 +86,21 @@ If your company goes down this route, it's important to keep the boundaries betw
8686

8787
If you can't convince your current employer to prioritize open source work, consider finding a new employer that encourages employee contributions to open source. Look for companies that make their dedication to open source work explicit. For example:
8888

89-
- Some companies, like [Netflix](https://netflix.github.io/) or [PayPal](https://paypal.github.io/), have websites that highlight their involvement in open source
90-
- [Zalando](https://opensource.zalando.com) published its [open source contribution policy](https://opensource.zalando.com/docs/using/contributing/) for employees
89+
* Some companies, like [Netflix](https://netflix.github.io/) or [PayPal](https://paypal.github.io/), have websites that highlight their involvement in open source
90+
* [Zalando](https://opensource.zalando.com) published its [open source contribution policy](https://opensource.zalando.com/docs/using/contributing/) for employees
9191

9292
Projects that originated at a large company, such as [Go](https://github.com/golang) or [React](https://github.com/facebook/react), will also likely employ people to work on open source.
9393

9494
Depending on your personal circumstances, you can try raising money independently to fund your open source work. For example:
9595

96-
- @Homebrew (and [many other maintainers and organizations](https://github.com/sponsors/community)) fund their work through [GitHub Sponsors](https://github.com/sponsors)
97-
- @gaearon funded his work on [Redux](https://github.com/reactjs/redux) through a [Patreon crowdfunding campaign](https://redux.js.org/)
98-
- @andrewgodwin funded work on Django schema migrations [through a Kickstarter campaign](https://www.kickstarter.com/projects/andrewgodwin/schema-migrations-for-django)
96+
* @Homebrew (and [many other maintainers and organizations](https://github.com/sponsors/community)) fund their work through [GitHub Sponsors](https://github.com/sponsors)
97+
* @gaearon funded his work on [Redux](https://github.com/reactjs/redux) through a [Patreon crowdfunding campaign](https://redux.js.org/)
98+
* @andrewgodwin funded work on Django schema migrations [through a Kickstarter campaign](https://www.kickstarter.com/projects/andrewgodwin/schema-migrations-for-django)
9999

100100
Finally, sometimes open source projects put bounties on issues that you might consider helping with.
101101

102-
- @ConnorChristie was able to get paid for [helping](https://web.archive.org/web/20181030123412/https://webcache.googleusercontent.com/search?strip=1&q=cache:https%3A%2F%2Fgithub.com%2FMARKETProtocol%2FMARKET.js%2Fissues%2F14) @MARKETProtocol work on their JavaScript library [through a bounty on gitcoin](https://gitcoin.co/).
103-
- @mamiM did Japanese translations for @MetaMask after the [issue was funded on Bounties Network](https://explorer.bounties.network/bounty/134).
102+
* @ConnorChristie was able to get paid for [helping](https://web.archive.org/web/20181030123412/https://webcache.googleusercontent.com/search?strip=1&q=cache:https%3A%2F%2Fgithub.com%2FMARKETProtocol%2FMARKET.js%2Fissues%2F14) @MARKETProtocol work on their JavaScript library [through a bounty on gitcoin](https://gitcoin.co/).
103+
* @mamiM did Japanese translations for @MetaMask after the [issue was funded on Bounties Network](https://explorer.bounties.network/bounty/134).
104104

105105
## Finding funding for your project
106106

@@ -115,27 +115,27 @@ As open source's popularity increases, finding funding for projects is still exp
115115
Finding sponsorships works well if you have a strong audience or reputation already, or your project is very popular.
116116
A few examples of sponsored projects include:
117117

118-
- **[webpack](https://github.com/webpack)** raises money from companies and individuals [through OpenCollective](https://opencollective.com/webpack)
119-
- **[Ruby Together](https://rubytogether.org/),** a nonprofit organization that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
118+
* **[webpack](https://github.com/webpack)** raises money from companies and individuals [through OpenCollective](https://opencollective.com/webpack)
119+
* **[Ruby Together](https://rubytogether.org/),** a nonprofit organization that pays for work on [bundler](https://github.com/bundler/bundler), [RubyGems](https://github.com/rubygems/rubygems), and other Ruby infrastructure projects
120120

121121
### Create a revenue stream
122122

123123
Depending on your project, you may be able to charge for commercial support, hosted options, or additional features. A few examples include:
124124

125-
- **[Sidekiq](https://github.com/mperham/sidekiq)** offers paid versions for additional support
126-
- **[Travis CI](https://github.com/travis-ci)** offers paid versions of its product
127-
- **[Ghost](https://github.com/TryGhost/Ghost)** is a nonprofit with a paid managed service
125+
* **[Sidekiq](https://github.com/mperham/sidekiq)** offers paid versions for additional support
126+
* **[Travis CI](https://github.com/travis-ci)** offers paid versions of its product
127+
* **[Ghost](https://github.com/TryGhost/Ghost)** is a nonprofit with a paid managed service
128128

129129
Some popular projects, like [npm](https://github.com/npm/cli) and [Docker](https://github.com/docker/docker), even raise venture capital to support their business growth.
130130

131131
### Apply for grant funding
132132

133133
Some software foundations and companies offer grants for open source work. Sometimes, grants can be paid out to individuals without setting up a legal entity for the project.
134134

135-
- **[Read the Docs](https://github.com/rtfd/readthedocs.org)** received a grant from [Mozilla Open Source Support](https://www.mozilla.org/en-US/grants/)
136-
- **[OpenMRS](https://github.com/openmrs)** work was funded by [Stripe's Open-Source Retreat](https://stripe.com/blog/open-source-retreat-2016-grantees)
137-
- **[Libraries.io](https://github.com/librariesio)** received a grant from the [Sloan Foundation](https://sloan.org/programs/digital-technology)
138-
- The **[Python Software Foundation](https://www.python.org/psf/grants/)** offers grants for Python-related work
135+
* **[Read the Docs](https://github.com/rtfd/readthedocs.org)** received a grant from [Mozilla Open Source Support](https://www.mozilla.org/en-US/grants/)
136+
* **[OpenMRS](https://github.com/openmrs)** work was funded by [Stripe's Open-Source Retreat](https://stripe.com/blog/open-source-retreat-2016-grantees)
137+
* **[Libraries.io](https://github.com/librariesio)** received a grant from the [Sloan Foundation](https://sloan.org/programs/digital-technology)
138+
* The **[Python Software Foundation](https://www.python.org/psf/grants/)** offers grants for Python-related work
139139

140140
For more detailed options and case studies, @nayafia [wrote a guide](https://github.com/nayafia/lemonade-stand) to getting paid for open source work. Different types of funding require different skills, so consider your strengths to figure out which option works best for you.
141141

0 commit comments

Comments
 (0)