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
Copy file name to clipboardExpand all lines: README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,25 @@ Guidelines:
67
67
- ask questions or talk about things in our [discussion forums](https://discuss.libp2p.io), or open an [issue](https://github.com/libp2p/go-libp2p/issues) for bug reports, or #libp2p-implementers on [Filecoin slack](https://filecoin.io/slack).
68
68
- ensure you are able to contribute (no legal issues please -- we use the DCO)
69
69
- get in touch with @libp2p/go-libp2p-maintainers about how best to contribute
70
+
- No drive-by contributions seeking to collect airdrops.
71
+
- Many projects aim to reward contributors to common goods. Great. However,
72
+
this creates an unfortunate incentive for low-effort PRs, submitted solely to
73
+
claim rewards. These PRs consume maintainers’ time and energy to triage, with
74
+
little to no impact on end users. If we suspect this is the intent of a PR,
75
+
we may close it without comment. If you believe this was done in error,
76
+
contact us via email. Reference this README section and explain why your PR
77
+
is not a “drive-by contribution.”
70
78
- have fun!
71
79
72
80
There's a few things you can do right now to help out:
73
-
- Go through the modules below and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
74
81
-**Perform code reviews**.
75
82
-**Add tests**. There can never be enough tests.
83
+
- Go through the modules below and **check out existing issues**. This would
84
+
be especially useful for modules in active development. Some knowledge of
85
+
IPFS/libp2p may be required, as well as the infrastructure behind it - for
86
+
instance, you may need to read up on p2p and more complex operations like
0 commit comments