If you encounter any issues while using the-heck, or if you have suggestions for new features, please add an issue.
For bugs, please include the following information in your issue description:
- The shell that you're using (e.g.
bash,zsh, Windows PowerShell), - Your system (e.g.
Ubuntu 20.04,Windows,MacOS), - How to reproduce the bug,
- The full error message (if applicable),
- Confirmation that you are on the most recent stable version.
If you'd like to address any of the current issues, add new features, etc., please open a pull request!
The general workflow is as follows:
- Make a fork of this repository
- Clone it to your local machine
- Set origin and upstream (if not set by default)
- Create a feature branch with the following branch name style:
{your-github-username}/{type-of-contribution}/{short-description}
For example:
elizabeth-oda/feat/add-powershell-support
elizabeth-oda/fix/error-handle-one-arg-commands
- Develop your feature or fix
- Write relevant tests and describe in your PR how to run the tests
- Open a PR from your fork to this repository. Assign @elizabeth-oda as a reviewer.