Skip to content

Commit

Permalink
README: Fix some formatting and add some links in final section.
Browse files Browse the repository at this point in the history
The `<foo>` was rendering empty, I think because the Markdown
processor was interpreting it as a malformed attempt at HTML,
so that it read 'our "area:" convention'.
  • Loading branch information
gnprice authored and timabbott committed Jun 8, 2017
1 parent 1e478bb commit b805f21
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,12 @@ mind:
These are great projects if you're looking to make an impact.

Another way to find issues in Zulip is to take advantage of our
"area:<foo>" convention in separating out issues. We partition all of
`area:<foo>` convention in separating out issues. We partition all of
our issues into areas like admin, compose, emoji, hotkeys, i18n,
onboarding, search, etc. You can see this here:

<https://github.com/zulip/zulip/labels>

Click on any of the "area:" labels and you will see all the tickets
related to your area of interest.
onboarding, search, etc. Look through our
[list of labels](https://github.com/zulip/zulip/labels), and click on
some of the `area:` labels to see all the tickets related to your
areas of interest.

If you're excited about helping with an open issue, make sure to claim
the issue by commenting the following in the comment section:
Expand Down Expand Up @@ -254,8 +252,10 @@ get broad feedback before you spend too much time on implementation
details.

Finally, before implementing a larger feature, we highly recommend
looking at the new feature tutorial and coding style guidelines on
ReadTheDocs.
looking at the
[new feature tutorial](http://zulip.readthedocs.io/en/latest/new-feature-tutorial.html)
and [coding style guidelines](http://zulip.readthedocs.io/en/latest/code-style.html)
on ReadTheDocs.

Feedback on how to make this development process more efficient, fun,
and friendly to new contributors is very welcome! Just send an email
Expand Down

0 comments on commit b805f21

Please sign in to comment.