Skip to content

Commit

Permalink
Fix grammar nits on contributing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreed authored and RobAtticus committed Jul 9, 2017
1 parent 59204fa commit 766c65b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can help in different ways:
* Fork this repository and submit a pull request

For any particular improvement you want to make, it can be beneficial to
begin discussion in on the GitHub issues page. This is the best place to
begin discussion on the GitHub issues page. This is the best place to
discuss your proposed improvement (and its implementation) with the core
development team.

Expand All @@ -21,7 +21,7 @@ contributions.

## Getting and building TimescaleDB

Please following our README for [instructions on installing from source](https://github.com/timescale/timescaledb/blob/master/README.md#option-3---from-source).
Please follow our README for [instructions on installing from source](https://github.com/timescale/timescaledb/blob/master/README.md#option-3---from-source).

## Style guide

Expand All @@ -48,8 +48,8 @@ our [Style Guide](docs/StyleGuide.md).
merge-append query optimization for time aggregate." In the case of
non-trivial changes, include a longer description in the commit message
body explaining and detailing the changes. That is, a commit message
should have a short title, following by a empty line, followed by the
longer description.
should have a short title, followed by a empty line, and then
followed by the longer description.

* Push your changes to an upstream branch:

Expand Down

0 comments on commit 766c65b

Please sign in to comment.