Skip to content

Commit eb890b7

Browse files
committed
docs: update readmes
1 parent d07db37 commit eb890b7

File tree

3 files changed

+3
-34
lines changed

3 files changed

+3
-34
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
- [Development](#development)
1414
- [Publishing new versions](#publishing-new-versions)
1515
- [Using prerelease versions](#using-prerelease-versions)
16-
- [Contribute](#contribute)
1716
- [License](#license)
18-
- [Contribute](#contribute-1)
17+
- [Contribute](#contribute)
1918

2019
## Structure
2120

@@ -44,14 +43,6 @@ Any changed packages from each successful build of master are published to npm a
4443

4544
Canary builds only consider changes to packages in the last built commit so changes to the root config files should not result in new prereleases being published to npm.
4645

47-
## Contribute
48-
49-
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-repo/issues)!
50-
51-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
52-
53-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
54-
5546
## License
5647

5748
Licensed under either of

packages/ipfs-repo-migrations/README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@
3636
- [10](#10)
3737
- [Developer](#developer)
3838
- [Module versioning notes](#module-versioning-notes)
39-
- [Contribute](#contribute)
4039
- [License](#license)
41-
- [Contribute](#contribute-1)
40+
- [Contribute](#contribute)
4241

4342
## Install
4443

@@ -294,17 +293,6 @@ In order to have good overview of what version of package contains what kind of
294293
should be appended version's metadata in format `migr-<versionOfLatestMigration>`. If for releasing is used `aegir`
295294
you can use the `release --metadata` option.
296295

297-
## Contribute
298-
299-
There are some ways you can make this module better:
300-
301-
- Consult our [open issues](https://github.com/ipfs/js-ipfs-repo/issues) and take on one of them
302-
- Help our tests reach 100% coverage!
303-
304-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
305-
306-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
307-
308296
## License
309297

310298
Licensed under either of

packages/ipfs-repo/README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@
5555
- [`Promise<boolean> lock.locked(dir)`](#promiseboolean-locklockeddir)
5656
- [Notes](#notes)
5757
- [Migrations](#migrations)
58-
- [Contribute](#contribute)
5958
- [License](#license)
60-
- [Contribute](#contribute-1)
59+
- [Contribute](#contribute)
6160

6261
## Install
6362

@@ -383,15 +382,6 @@ forget to propagate the changes into the test repo (`test/test-repo`).
383382
migrations leaves the user with no way to run the migrations because there is no CLI in the browser. In such
384383
a case, you should provide a way to trigger migrations manually.**
385384

386-
## Contribute
387-
388-
There are some ways you can make this module better:
389-
390-
- Consult our [open issues](https://github.com/ipfs/js-ipfs-repo/issues) and take on one of them
391-
- Help our tests reach 100% coverage!
392-
393-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
394-
395385
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
396386

397387
## License

0 commit comments

Comments
 (0)