For $\theta \in [0,1]$ define the one-step theta method by $$y_{i+1} = y_i + \tau(\theta(f(t_{i+1},y_{i+1}) + (1-\theta)f(t_{i},y_{i}))$$ Find the order of consistency for the method (the answer will depend on your choice of $\theta$).
I know $\theta = 0$ and $\theta = 1$ give consistency order 1 (explicit and implicit Euler), while other choices give consistency order 2 (trapezoid method), however how can I go about proving this?