Skip to content

deme0607/ghf

Repository files navigation

ghf

Description

Usage

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.

Install

To install, use go get:

$ go get github.com/deme0607/ghf

or download binary from release page and place it in $PATH directory

Requirement

hub command is required.

Contribution

  1. Fork (https://github.com/deme0607/ghf/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

deme0607

About

GitHub pull request Formatter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages