Add package bump PR template

This commit is contained in:
Henrik Lissner 2020-02-13 02:51:28 -05:00
parent 066afa17da
commit b4c56cc691
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 34 additions and 0 deletions

30
.github/PULL_REQUEST/bump.md vendored Normal file
View file

@ -0,0 +1,30 @@
---
name: Bump a package
about: Update a pinned package to a new commit
labels: is:update re:packages
---
> You're about to request a package be bumped to a newer commit.
>
> 1. Please make sure this PR targets the `develop` branch and not `master`.
> 2. Describe why these bumps are necessary below
> 3. Please conform your commit messages to one of the following formats:
>
> Bump to username/repo@a1b2c3d
>
> From username/repo@z9y8x7w
>
> OR, if multiple packages are bumped in one commit:
>
> Bump package1, package2 & package 3
>
> emacs-lsp/lsp-mode@91e37a6 -> emacs-lsp/lsp-mode@c8188ef
> emacs-lsp/lsp-ui@cf6906c -> emacs-lsp/lsp-ui@582e153
>
> (Commit hashes should be limited to 7 characters)
>
> 4. You've included links to relevant issues, if any
> 5. You've deleted this template
>
> Thank you for contributing to Doom Emacs! <3
Explain why this bump is necessary here...

View file

@ -1,3 +1,7 @@
---
name: General Contribution
about: A general code or documentation PR
---
> Please follow these steps before submitting your PR: > Please follow these steps before submitting your PR:
> >
> - [ ] This PR targets the `develop` branch and not `master` > - [ ] This PR targets the `develop` branch and not `master`