summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-11-06 06:17:52 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-11-07 05:46:14 -0800
commit9931dbaa7e6364c3b676f05bfa2bd2afe3336997 (patch)
tree7ce1156c80364b81af5a794bb6a0e02e468762ea /.github
parent68e39a9291b70a5cb8de473f69f9bfd401c534e3 (diff)
downloadnatsort-9931dbaa7e6364c3b676f05bfa2bd2afe3336997.tar.gz
Trim trailing white space throughout the project
Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index caebd68..5d1335a 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -16,7 +16,7 @@ A clear and concise description of what you expected to happen.
- If the bug involves `LOCALE` or `humansorted`:
- Is `PyICU` installed?
- Do you have a locale set? If so, to what?
-
+
**To Reproduce**
Include a Minimum, Complete, Verifiable Example. If there is a traceback (or error message), **please** include the *entire* traceback (or error message), even if you think it is too big.