Skip to content

Commit

Permalink
remove dots (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharudaya authored and Karthik Satchitanand committed Oct 24, 2018
1 parent 207aaf9 commit 78a58aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -25,11 +25,13 @@ There are several areas of Litmus that could use your help. For starters, you co
## Pull Request Checklist
* Rebase to the current master branch before submitting your pull request.
* Commits should be as small as possible. Each commit should follow the checklist below:
- For code changes, add tests relevant to the fixed bug or new feature.
- Pass the compile and tests - includes spell checks, formatting, etc.

- For code changes, add tests relevant to the fixed bug or new feature
- Pass the compile and tests - includes spell checks, formatting, etc
- Commit header (first line) should convey what changed
- Commit body should include details such as why the changes are required and how the proposed changes
- DCO Signed

* If your PR is not getting reviewed or you need a specific person to review it, please reach out to the OpenEBS Contributors. See [OpenEBS Community](https://github.com/openebs/openebs/tree/master/community)

## Sign your work
Expand Down

0 comments on commit 78a58aa

Please sign in to comment.