Files
SwiftShell/CONTRIBUTING.md
T

1.0 KiB

How to contribute

Issues and suggestions are always welcome.

If you want to make changes yourself please follow the standard pull request guidelines. In short: fork, create topic branch, one commit per atomic change, make sure all unit tests pass, run make test to make sure all the script tests still pass, and create the pull request.

If it's a sizeable change or will break backwards compatibility it's probably best if you create an issue first so we can discuss the changes beforehand.

Testing