1
0
mirror of https://github.com/bspeice/qadapt synced 2025-07-05 15:54:57 -04:00
Files
qadapt/CONTRIBUTING.md
2018-12-02 22:42:29 -05:00

32 lines
1.0 KiB
Markdown

# Contributing
If you're interested in assisting with development, here are the best ways to help:
## Bug Reports
While this repository has automated testing in place, testing is no replacement for
real-world usage. If you have questions about what behavior should be, please open
an issue [on Github](https://github.com/bspeice/qadapt/issues).
## Feature Requests
The work of coding is never finished. If you have ideas on how to make this code
better for the future, please open an issue [on Github](https://github.com/bspeice/qadapt/issues).
Writing code to implement the feature isn't mandatory (though is appreciated),
and there are no bad suggestions.
## Documentation/Examples
To make this project easy to use, additional documentation and usage examples
are greatly appreciated. Please also feel free to report typos and other
documentation clarity errors.
## Pull Requests
Thanks for your contribution! To assist expediently merging your code,
please ensure the following have been run:
- [] `cargo fmt`
- [] `make doc`