Additional prompts during PR creation
Changes
non-breaking:
Two new prompts that only show up when relevant to make sure that you are ready to create a PR when you go to create one:
- Do you have unstaged uncommitted changes locally?
- Do you have staged uncommitted changes locally?
I think a future iteration will swap the second prompt with the ability to create a commit or else it would make less sense to separate the two out like this.
Install via npm
with npm install --global @mattpolzin/harmony
or by downloading the attached harmony-npm.tar.gz
file, extracting, and then running npm install -g
from the unzipped folder to install globally on your system.
You can build the source with Idris 2 v0.6.0
or the latest HEAD of the main Idris 2 branch.