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.
This commit is contained in:
Frederik Creemers 2018-10-02 18:13:32 +02:00 committed by Mac Siri
parent 2b0de7ee04
commit 5cb8201dd8

View file

@ -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)