Skip to content

Commit

Permalink
move contributing doc back to root
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Aug 1, 2018
1 parent f316a76 commit 300c5e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
1. [ ] If you've added code that should be tested, add tests
2. [ ] If you've changed APIs, update (or create!) the documentation
3. [ ] Ensure the tests pass
4. [ ] Make sure your code lints and you followed [our coding style](./github/CONTRIBUTING.md)
4. [ ] Make sure your code lints and you followed [our coding style](../CONTRIBUTING.md)
5. [ ] If this is a big feature, make sure to prefix the title with `Feature:` and add a thorough description for non-dev folk

## Description
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ KPI
[![Build Status](https://travis-ci.org/kobotoolbox/kpi.svg?branch=develop)](https://travis-ci.org/kobotoolbox/kpi)
[![Coverage Status](https://coveralls.io/repos/github/kobotoolbox/kpi/badge.svg?branch=master)](https://coveralls.io/github/kobotoolbox/kpi?branch=master)

We're open for [contributions](./github/CONTRIBUTING.md)!
We're open for [contributions](./CONTRIBUTING.md)!

Python Dependencies
-------------------
Expand Down

0 comments on commit 300c5e5

Please sign in to comment.