diff options
| author | Jason Gross | 2018-05-23 09:59:18 -0400 |
|---|---|---|
| committer | GitHub | 2018-05-23 09:59:18 -0400 |
| commit | 659696f3c1bae265cb71f1bc4b6ebc5f933db223 (patch) | |
| tree | 12825928914dc95a8e9f5259e307033a0767a9df | |
| parent | 8f227c6db0d111a05147500dec05872e4010c892 (diff) | |
Remove dashes from PR template
As per PR comment suggestion
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6a555f37fb..86c15f6e80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,5 +12,5 @@ Fixes / closes #???? <!-- If this is a feature pull request / breaks compatibility: --> <!-- (Otherwise, remove these lines.) --> -- [ ] Corresponding documentation was added / updated (including any warning- and error-messages added / removed / modified). +- [ ] Corresponding documentation was added / updated (including any warning and error messages added / removed / modified). - [ ] Entry added in CHANGES. |
