mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
addresses https://discuss.ipfs.tech/t/19933 - add docs/developer-guide.md with prerequisites, build, test, and troubleshooting - link from README.md, docs/README.md, and CONTRIBUTING.md - document test suite differences (unit vs e2e, test/cli vs test/sharness) - include tips for running specific tests during development
12 lines
691 B
Markdown
12 lines
691 B
Markdown
# Contributing to Kubo
|
|
|
|
**For development setup, building, and testing, see the [Developer Guide](docs/developer-guide.md).**
|
|
|
|
IPFS as a project, including Kubo and all of its modules, follows the [standard IPFS Community contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md).
|
|
|
|
We also adhere to the [Go IPFS Community contributing guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING_GO.md) which provide additional information on how to collaborate and contribute to the Go implementation of IPFS.
|
|
|
|
We appreciate your time and attention for going over these. Please open an issue on ipfs/community if you have any questions.
|
|
|
|
Thank you.
|