mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-15 01:00:35 +03:00
871 B
871 B
Contributing
🌊 Thank you for contributing to Tide! 🌊
Installing for Developers
The tide_install
function offers a few flags. -d
will install Tide as a developer which provides extra files for testing. -l
will install Tide from a local directory. When installing remotely, tide_install
takes a branch name as an argument, defaulting to master.
Examples:
tide_install -d example-branch
tide_install -ld ~/tide
Testing
The tide_test
command runs tests from the $__fish_config_dir/tests
folder using fishtape. Currently there are unit tests for most prompt items.
Example:
tide_test status
Git Workflow
- Fork this repository
- Make some changes, committing them along the way
- Create a pull request from your branch to
IlanCosman/tide