# Member Contribution

To contribute to OpenGuild, please check [Community Guideline](/general-information/guidelines/community-guideline.md)

* [Developer Workshops](/hackathon-projects-and-events/dev-focused-activities/developer-workshops.md): Search from a list of potential workshop ideas and start contributing
* [Request for Contributions](/hackathon-projects-and-events/dev-focused-activities/request-for-contributions.md): If you are a developer, RFCs are for you. Start writing the first line of code to help resolve RFCs.

## Free and open-source software (FOSS)

* (Rust) Polkadot RPC providers (HTTP, WebSocket, Light Clients): <https://github.com/openguild-labs/polkadot-rs>

## Courses, [Videos](broken://pages/vP2W3WMlz1lfzgLxpBhy) & Research

* Polkadot Wiki | Community Contribution - Hyperbridge: <https://github.com/w3f/polkadot-wiki/pull/5474>
* Rustlings courses (solution and explanation): <https://lowlevelers.com/tags/rust-course-rustlings>
* Public roadmap for Substrate Developer: <https://roadmap.sh/r/embed?id=659a4664ae22c12523369370>
* Upgraded version of Substrate Collectable Workshops (From basic to advanced): <https://github.com/lowlevelers/substrate-kitties>
* OpenCourseStack: <https://openguild-handbook.gitbook.io/private-space/opencoursestack>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://handbook.openguild.wtf/general-information/membership/member-contribution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
