Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 977 Bytes

File metadata and controls

11 lines (8 loc) · 977 Bytes

Contribution guide

Contributions are very welcome. These could be typos, bug reports, feature requests, speed optimization, better code, and better documentation. You are very welcome to raise issues and start pull requests.

Bug reports

If you notice any bugs, such as crashing code, incorrect results or speed issues, please raise a GitHub issue. The issue should contain a short description of the problem, (optimally) a minimal working example to reproduce the bug and which UnfoldSim.jl version you are using.

Code contributions (Pull requests)

When opening a pull request, please add a short but meaningful description of the changes/features you implemented. Moreover, please add tests (where appropriate) to ensure that your code is working as expected.

Please have a look at the developer documentation to learn more about the development workflow, formatting, testing and documentation.