Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit a99001e

Browse files
committed
Add badges, move contributing
1 parent 5052253 commit a99001e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# orbit-db-keystore
22

3+
[![](https://img.shields.io/badge/freenode-%23orbitdb-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23orbitdb)
4+
[![npm version](https://badge.fury.io/js/orbit-db-keystore.svg)](https://www.npmjs.com/package/orbit-db-keystore)
5+
[![node](https://img.shields.io/node/v/orbit-db-keystore.svg)](https://www.npmjs.com/package/orbit-db-keystore)
6+
37
> A local key manager for orbitdb
48
59
## Install
@@ -12,12 +16,6 @@ $ npm install --save orbit-db-keystore
1216

1317
TODO
1418

15-
## Contribute
16-
17-
Please, feel free to contribute! Take a look at [the issues](https://github.com/orbitdb/orbit-db-keystore/issues), and comment on an existing issue or create a new one if you have questions, bugs, or suggestions. For larger PRs, open an issue first if you could - drive-by PRs are also welcomed.
18-
19-
Please abide by the [Code of Conduct](CODE_OF_CONDUCT.md). For more on contributing to OrbitDB, check out the docs in [orbitdb/welcome](https://github.com/orbitdb/welcome).
20-
2119
### Tests
2220

2321
The tests for this repository are included in the [orbitdb/orbit-db](https://github.com/orbitdb/orbit-db) test suite. Go to that repo to find the relevant tests. Likewise, if any do not exist that should, add them there!
@@ -39,6 +37,13 @@ Please use [`standard`](https://standardjs.com). To check,
3937
$ npm run lint
4038
```
4139

40+
## Contribute
41+
42+
Please, feel free to contribute! Take a look at [the issues](https://github.com/orbitdb/orbit-db-keystore/issues), and comment on an existing issue or create a new one if you have questions, bugs, or suggestions. For larger PRs, open an issue first if you could - drive-by PRs are also welcomed.
43+
44+
Please abide by the [Code of Conduct](CODE_OF_CONDUCT.md). For more on contributing to OrbitDB, check out the docs in [orbitdb/welcome](https://github.com/orbitdb/welcome).
45+
46+
4247
## License
4348

4449
[MIT](LICENSE) © 2017-2018 Haja Networks Oy

0 commit comments

Comments
 (0)