pub const LEVENSHTEIN_THRESHOLD: usize = 100;
The maximum Levenshtein distance for issues to be considered similar.
Determined in tests at the bottom of this file.