"/issues is often enough on its own"),
],
'Summary': [
- (re.compile(r'^[a-z]'),
- "No capitalization was done"),
- (re.compile(r'.*\bandroid\b.*', re.IGNORECASE),
- "No need to specify that the app is for Android"),
- (re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE),
- "No need to specify that the app is... an app"),
(re.compile(r'.*\b(free software|open source)\b.*', re.IGNORECASE),
"No need to specify that the app is Free Software"),
(re.compile(r'.*[a-z0-9][.,!?][ $]'),