You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)!
64
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs-repo/issues).
66
65
67
-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
66
+
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
67
+
68
+
Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
69
+
70
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
-[Lead Maintainer <!-- omit in toc -->](#lead-maintainer----omit-in-toc---)
15
13
-[Background](#background)
16
14
-[Use in Node.js](#use-in-nodejs)
17
15
-[Use in a browser with browserify, webpack or any other bundler](#use-in-a-browser-with-browserify-webpack-or-any-other-bundler)
@@ -50,10 +48,6 @@ $ npm i ipfs-repo-migrations
50
48
51
49
This package is inspired by the [go-ipfs repo migration tool](https://github.com/ipfs/fs-repo-migrations/)
52
50
53
-
## Lead Maintainer <!-- omit in toc -->
54
-
55
-
[Alex Potsides](http://github.com/achingbrain)
56
-
57
51
## Background
58
52
59
53
As js-ipfs evolves and new technologies, algorithms and data structures are incorporated it is necessary to
@@ -320,8 +314,12 @@ Licensed under either of
320
314
321
315
## Contribute
322
316
323
-
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)!
317
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs-repo/issues).
324
318
325
-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
319
+
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
320
+
321
+
Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
322
+
323
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
This is the implementation of the [IPFS repo spec](https://github.com/ipfs/specs/blob/master/REPO.md) in JavaScript.
70
69
71
-
## Lead Maintainer <!-- omit in toc -->
72
-
73
-
[Alex Potsides](https://github.com/achingbrain)
74
-
75
70
## Background
76
71
77
72
Here is the architectural reasoning for this repo:
@@ -408,13 +403,20 @@ Licensed under either of
408
403
409
404
## Contribute
410
405
411
-
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)!
406
+
Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-ipfs-repo/issues).
412
407
413
-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
408
+
Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general.
409
+
410
+
Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
411
+
412
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
0 commit comments