Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

End complete sentences with period; extraneous parenthesis #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you'd like to make a feature request, please read this section.
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:

- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
- Please be respectful and considerate of others when commenting on issues
- Please be respectful and considerate of others when commenting on issues.

<a name="submit-a-bug-report"></a>
## Submit a Bug Report
Expand All @@ -47,8 +47,8 @@ A software bug is a demonstrable issue in the code base. In order for us to diag
Before you decide to create a new issue, please try the following:

1. Check the GitHub issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
2. Update to the latest version of this code and check if issue has already been fixed
3. Copy and fill in the Bug Report Template we have provided below
2. Update to the latest version of this code and check if issue has already been fixed.
3. Copy and fill in the Bug Report Template we have provided below.

### Please use our Bug Report Template

Expand All @@ -65,7 +65,7 @@ We welcome direct contributions to the open-source-library-data-collector code b

##### Prerequisites #####

- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=open-source-data-collector))
- The SendGrid Service, starting at the [free level](https://sendgrid.com/free?source=open-source-data-collector)
- [virtualenv](https://pypi.python.org/pypi/virtualenv)
- [mysql](https://www.mysql.com)

Expand Down Expand Up @@ -156,7 +156,7 @@ All PRs require passing tests before the PR will be reviewed.

### Prerequisites

The above local "Initial setup" is complete
The above local "Initial setup" is complete.

- [pyenv](https://github.com/yyuu/pyenv)
- [tox](https://pypi.python.org/pypi/tox)
Expand Down