Write pull-request format file like sample_pullreq_template.md.
You can also use text/template
style format file.
And specify your template file on .ghf-tempalte
file at your project directory.
.ghf-tempalte:
sample_pullreq_template.md
After configuration, you can make pull request
$ ghf
command.
If you don't want to open editor, you can use -no-editor
option.
For additional usage, please type ghf -h
for help.
To install, use go get
:
$ go get github.com/deme0607/ghf
or download binary from release page and place it in $PATH
directory
hub command is required.
- Fork (https://github.com/deme0607/ghf/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request