Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlinksva authored Jul 5, 2019
2 parents a2ba1a7 + fcefca6 commit 2dde27e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ GEM
parallel (1.17.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.0)
public_suffix (3.1.1)
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
Expand Down
8 changes: 4 additions & 4 deletions _articles/finding-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you don't wish to set up outlets for your project yet, promote your own Twitt

**Consider creating a website for your project.** A website makes your project friendlier and easier to navigate, especially when it's paired with clear documentation and tutorials. Having a website also suggests that your project is active which will make your audience feel more comfortable using it. Provide examples to give people ideas for how to use your project.

[@adrianholovaty](https://news.ycombinator.com/item?id=7531689), co-creator of Django, said that a website was _"by far the best thing we did with Django in the early days"_.
[@adrianholovaty](https://news.ycombinator.com/item?id=7531689), co-creator of Django, said that a website was _" by far the best thing we did with Django in the early days"_.

If your project is hosted on GitHub, you can use [GitHub Pages](https://pages.github.com/) to easily make a website. [Yeoman](http://yeoman.io/), [Vagrant](https://www.vagrantup.com/), and [Middleman](https://middlemanapp.com/) are [a few examples](https://github.com/showcases/github-pages-examples) of excellent, comprehensive websites.

Expand Down Expand Up @@ -110,7 +110,7 @@ If you're [new to public speaking](https://speaking.io/), start by finding a loc

If you've never spoken at an event before, it's perfectly normal to feel nervous! Remember that your audience is there because they genuinely want to hear about your work.

As you write your talk, focus on what your audience will find interesting and get value out of. Keep your language friendly and approachable. Smile, breathe, and have fun.
As you write your talk, focus on what your audience will find interesting and get value out of. Keep your language friendly and approachable. Smile, breathe and have fun.

<aside markdown="1" class="pquote">
<img src="/assets/images/finding-users/lena.jpg" class="pquote-avatar" alt="avatar">
Expand All @@ -136,7 +136,7 @@ Look for conferences that are specific to your language or ecosystem. Before you

In addition to the strategies outlined above, the best way to invite people to share and contribute to your project is to share and contribute to their projects.

Helping newcomers, sharing resources, and making thoughtful contributions to others' projects will help you build a positive reputation. Being an active member in the open source community will help people have context for your work and be more likely to pay attention to and share your project. Developing relationships with other open source projects can even lead to official partnerships.
Helping newcomers, sharing resources, and making thoughtful contributions to others' projects will help you build a positive reputation. Being an active member of the open source community will help people have context for your work and be more likely to pay attention to and share your project. Developing relationships with other open source projects can even lead to official partnerships.

<aside markdown="1" class="pquote">
<img src="https://avatars.githubusercontent.com/shazow?s=180" class="pquote-avatar" alt="avatar">
Expand All @@ -152,7 +152,7 @@ There is no overnight solution to building an audience. Gaining the trust and re

<aside markdown="1" class="pquote">
<img src="https://avatars.githubusercontent.com/ariya?s=180" class="pquote-avatar" alt="avatar">
PhantomJS was released for the first time in the beginning of 2011. (...) I spread the word in the usual ways: I tweeted about it, I wrote blog posts on things you could do with it, I mentioned it during various discussions in meetups. When it became more well known in 2014, I started giving presentations about it.
PhantomJS was released for the first time at the beginning of 2011. (...) I spread the word in the usual ways: I tweeted about it, I wrote blog posts on things you could do with it, I mentioned it during various discussions in meetups. When it became more well known in 2014, I started giving presentations about it.
<p markdown="1" class="pquote-credit">
@ariya, ["Maintainer Stories"](https://github.com/open-source/stories/ariya)
</p>
Expand Down
Loading

0 comments on commit 2dde27e

Please sign in to comment.