docs.waku.org/docs/contribute.md

31 lines
1.6 KiB
Markdown
Raw Normal View History

2023-05-22 12:35:34 +00:00
---
title: Contribute to Waku
---
2023-05-23 11:50:55 +00:00
Get involved in Waku's open-source initiatives to improve the protocol, SDKs, developer tools, and documentation.
2023-05-22 12:35:34 +00:00
## Build a Waku Application
By integrating Waku into your application, you can contribute by:
2023-05-25 15:39:25 +00:00
- [Running a node](https://github.com/waku-org/nwaku/tree/master/docs/operators) within your application.
2023-05-22 12:35:34 +00:00
- Reporting bugs and suggesting missing features to the development team.
- Inspiring other developers to explore and utilize Waku for [various use cases](/overview/use-cases).
2023-05-25 15:39:25 +00:00
Begin your journey by exploring the [Waku platforms](/platform/overview) and start building today!
2023-05-22 12:35:34 +00:00
## Report a Bug
To report a bug, create an issue in the appropriate [GitHub repository](https://github.com/waku-org). Ensure no issue exists about the bug and include detailed steps to reproduce the bug.
2023-05-23 11:50:55 +00:00
## Request a Feature
2023-05-22 12:35:34 +00:00
To request a new feature, create an issue in the appropriate [GitHub repository](https://github.com/waku-org). Ensure no issue exists about the feature and specify the use cases the feature can enable, allowing us to investigate and prioritize accordingly.
2023-05-23 11:50:55 +00:00
## Make Pull Requests
2023-05-22 12:35:34 +00:00
Community pull requests (PRs) are highly encouraged, but we recommend beginning with a feature request or posting on the [Vac Forum](https://forum.vac.dev/) to gauge interest and gather feedback before proceeding with a PR.
2023-05-22 12:35:34 +00:00
## Contribute to Waku Research
2023-05-22 17:05:38 +00:00
[Vac](https://vac.dev/) drives Waku research, advancing through ongoing R&D. Vac is dedicated to developing modular p2p protocols for private, secure, and censorship-resistant communication. Explore Vac's open problems at <https://vac.dev/open-problems>.