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:
parent
2b0de7ee04
commit
5cb8201dd8
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -15,4 +15,4 @@
|
|||
- [ ] no documentation needed
|
||||
|
||||
## [optional] What gif best describes this PR or how it makes you feel?
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue