Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

31 lines (14 loc) · 1.63 KB

How to contribute to AutomataLib

Did you find a bug?

  • If the bug is a security vulnerability do not open up a GitHub issue but instead refer to our security policy.

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • If you're unable to find an open issue addressing the problem, open a new one. Please provide as much relevant information as possible including a precise title.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

  • Before submitting, you can test locally whether the integration tests will (likely) pass. Simply enable the same Maven profiles as our CI pipelines.

Do you intend to add a new feature or change an existing one?

  • Suggest your change in the discussions and start writing code.

  • Do not open an issue on GitHub until you have collected positive feedback about the change. GitHub issues are primarily intended for bug reports and confirmed feature requests.

Do you have questions about the source code?

  • Ask any questions about how to use AutomataLib in the discussions.