Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.46 KB

CONTRIBUTION.md

File metadata and controls

31 lines (20 loc) · 1.46 KB

Contributing

Please follow these guidelines if you wish to contribute to Reanimate.

Bugs

If you found a bug in the latest version of Reanimate, you can open an issue to report it.

Before opening the issue, make sure to follow these steps:

  1. Update to most recent release and see if the problem is already solved.
  2. Check old issues to see if the problem was already solved.
  3. Make sure that your configuration matches all requirements, including:
    • Operating system.
    • C++ version.
    • Armadillo version.
  4. Provide a minimal script to reproduce the issue. The script should be runnable as-is, with no modification or external data.
  5. Include any stack trace/errors that you get.

If you want to try to fix the bug yourself, feel free to open a pull request.


Feature Requests

If you want to request a feature, open an issue or a discussion on GitHub and mark it as a feature request.

  1. Give a detailed description of the feature, including why it is important and why it fits in the scope of the project.
  2. Provide an example of the use case that you have in mind for your feature.

The quickest way to see your feature implemented is to code it yourself and then open a pull request.