Feel free to participate in the development by following these steps:

  1. git clone https://github.com/twisterarmy/twister-core.git
    • or git pull if you already have an existing local repository
  2. git checkout twisterarmy - make sure you are using the upstream branch
  3. git checkout -b my-patch - create a new branch from the upstream
    • replace my-patch with your patch name
  4. git commit -m message - register new changes
    • replace message with your value
  5. git push --set-upstream origin my-patch
    • replace my-patch with your patch name
  6. create new Pull request!
Generated at: 2025.05