- Search issue tracker for similar issues.
- Specify the version number for
vv
. (vv --version
to get this.) - Specify the details of
vv
and your system. (vv --debug-vv
to get this.) - Describe the problem in detail. Explain what happened, and what you expected would happen.
- If helpful, include a screenshot. Annotate the screenshot for clarity.
All contributions welcome. If you would like to submit a pull request, please follow the steps below.
- Make sure you have a GitHub account.
- Fork the repository on GitHub.
- Make changes to your clone of the repository.
- Verify your changes still pass Shellcheck and all functions are prefixed, such as:
__vv__my_function
. - Submit a pull request.