Files
SwiftShell/CONTRIBUTING.md
T
2015-03-20 01:16:58 +01:00

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 /SwiftShellTests/Scripts/runtests.bash 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