1 2 3 4 5 6 7 8 9 10 11 12 13
|
## How to contribute to pyAUSAXS
#### **Did you find a bug?**
* Please check that it has not already been reported by searching for it in the [GitHub issues](https://github.com/AUSAXS/pyAUSAXS/issues).
* If you can't find it, feel free to open a new one!
#### **Do you have comments or suggestions?**
* Please check that there's no similar topic already in the [discussions](https://github.com/AUSAXS/pyAUSAXS/discussions).
* Otherwise, feel free to start a new one!
#### **Considering contributing to the project?**
Note that `pyAUSAXS` is a wrapper around the much larger C++ engine, [AUSAXS](https://github.com/AUSAXS/AUSAXS).
While contributions to this Python project are more than welcome, most changes will have to be made on the backend.
|