From 090eed4bd5665426c2c952e77065d28617e32093 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 30 Apr 2020 18:32:06 -0400 Subject: [PATCH] Fix github pull request templates --- .github/{PULL_REQUEST => PULL_REQUEST_TEMPLATE}/bump.md | 5 +++-- .github/{PULL_REQUEST => PULL_REQUEST_TEMPLATE}/general.md | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename .github/{PULL_REQUEST => PULL_REQUEST_TEMPLATE}/bump.md (84%) rename .github/{PULL_REQUEST => PULL_REQUEST_TEMPLATE}/general.md (100%) diff --git a/.github/PULL_REQUEST/bump.md b/.github/PULL_REQUEST_TEMPLATE/bump.md similarity index 84% rename from .github/PULL_REQUEST/bump.md rename to .github/PULL_REQUEST_TEMPLATE/bump.md index c02624b7e..91330f0ea 100644 --- a/.github/PULL_REQUEST/bump.md +++ b/.github/PULL_REQUEST_TEMPLATE/bump.md @@ -15,12 +15,13 @@ labels: is:update re:packages > > OR, if multiple packages are bumped in one commit: > -> Bump package1, package2 & package 3 +> Bump :tools lsp > > 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) +> Commit hashes should be limited to 7 characters. Include additional +> commentary after the list of commit changes. > > 4. You've included links to relevant issues, if any > 5. You've deleted this template diff --git a/.github/PULL_REQUEST/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md similarity index 100% rename from .github/PULL_REQUEST/general.md rename to .github/PULL_REQUEST_TEMPLATE/general.md