---
layout: default
title: Contribute
nav_order: 7
permalink: /6-contribute/
---

# Contribute to SLEEF

## Discussions

If you have a question that does not necessarily require a change to SLEEF,
such as asking how something works or how to contribute, please [open a
discussion][discuss].

## Templates

By using the provided issue or pull-request template you make sure we have all
the information we need to triage, understand and solve your issue as quickly
and efficiently as we can. Please help us by providing as much information as
you can by filing the provided forms.

## Report Bug

If you would like to report a bug in SLEEF, please [create a new issue][issues]
and select [Report Bug][bug].

You can also suggest a fix by [submitting a pull request][pulls] on GitHub.

## Request Feature

If you would like to request a feature or a change to SLEEF, please [create a
new issue][issues] and select [Request Feature][feature].

## Request Documentation

If you would like to report an issue or request a change to the documentation,
please [create a new issue][issues] and select [Request Docs][docs].

## Pull Requests

If you would like to suggest a fix or any change to SLEEF, please [submit a
pull request][pulls] on GitHub.

<!-- Repository links -->

[discuss]: https://github.com/shibatch/sleef/discussions/new/choose
[issues]: https://github.com/shibatch/sleef/issues/new/choose
[bug]: https://github.com/shibatch/sleef/issues/new?template=bug_report.md
[feature]: https://github.com/shibatch/sleef/issues/new?template=feature_request.md
[docs]: https://github.com/shibatch/sleef/issues/new?template=docs_request.md
[pulls]: https://github.com/shibatch/sleef/pulls
