Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use markdown language for hub pull-request files #5634

Commits on Jan 22, 2023

  1. Use markdown language for hub pull-request files

    The hub[^1] command-line tool uses a file called `PULLREQ_EDITMSG`[^2].
    This file is used to edit the text from of each commit being submitted
    in a pull request, and the final content is rendered as markdown by
    GitHub.
    
    This commit adds `PULLREQ_EDITMSG` to the list of markdown file-types.
    
    [^1]: https://github.com/github/hub
    [^2]: https://github.com/github/hub/blob/c8e68d548a39ec0fab6f674a669c21b54d4eec61/commands/pull_request.go#L225
    EricCrosson committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    8691076 View commit details
    Browse the repository at this point in the history