diff --git a/.github/PULL_REQUEST/bump.md b/.github/PULL_REQUEST/bump.md new file mode 100644 index 000000000..c02624b7e --- /dev/null +++ b/.github/PULL_REQUEST/bump.md @@ -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... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST/general.md similarity index 85% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST/general.md index 6a69c8e63..d36a306b9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST/general.md @@ -1,3 +1,7 @@ +--- +name: General Contribution +about: A general code or documentation PR +--- > Please follow these steps before submitting your PR: > > - [ ] This PR targets the `develop` branch and not `master`