Reply
23 лист. 2015 р. 09:18 "John Smith" <john@example.com> пише:
> Original message
Contributor guide
Tech stack
python
Domain
backend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic PythonEmail parsing knowledge
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Investigate the Ukrainian email reply format. Look at the current parsing logic in the Talon library, specifically how it handles different locales. Search for examples of Ukrainian email replies and identify patterns. Then implement support by updating the locale detection or regex patterns. Consider testing with sample emails.