mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
* fix: reject task when description exceeds 260 characters * Switched out wcslen() for size() [linear -> constant time] * Included comment describing the need for the additional check * Added information about character limit to documentation * Added newline character to end of jump-list-category.md