# Contributions Guideline

To find the GenaDrop code got to [https://genadrop.io/code ](https://genadrop.io/code)fork the repo and make a pull request here.

## Contributing Code

Follow the steps below to contribute to Genadrop

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`js git commit -m 'Add some AmazingFeature`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Reporting Bugs

To report a bug, suggest and feedback, go to <https://github.com/codingshot/genadrop/issues>&#x20;


---

# 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://docs.genadrop.io/developer-guide/contributions-guideline.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.
