# Contributing

## Requesting Features

Please raise an issue to request a new functions or features: <https://github.com/NHS-NGS/JellyPy/issues>

To develop a new function or feature, please take a look at the issues raised. If there's something that you would like to code up, then (you are awesome and) start a discussion in the `#jellypy` channel at <https://binfx.slack.com/messages>.

## Contributing

1. Fork it!
2. Create your feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Submit a pull request :D

### Testing

Tests should be compatible with [pytest](https://pytest.readthedocs.io/en/2.7.3/index.html) and kept in each package's **/test** directory.

A configuration file may be required to authenticate API access to and pass additional parameters.


---

# 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://acgs.gitbook.io/jellypy/contributing.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.
