From 5cb8201dd88e367e5e460f079fefa23b9c3d9f63 Mon Sep 17 00:00:00 2001 From: Frederik Creemers Date: Tue, 2 Oct 2018 18:13:32 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#791) [ci skip] On macOS, and probably on other operating systems, double clicking a word, selects it. The OS sees underscores as word characters, which isn't the case for hyphens, so that this_word is seen as one word, whereas this-word isn't. Replacing the dashes with underscores makes these placeholders easier to select and replace. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ceabd90a6..c96cc381c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,4 +15,4 @@ - [ ] no documentation needed ## [optional] What gif best describes this PR or how it makes you feel? -![alt-text](gif-link) +![alt_text](gif_link)