I'm having trouble attempting to prove the above argument. What assumption of $F$ can be made in order to obtain either $H$ or $G$ and still be properly discharged?
Everything I've tried so far gives me an assumption of $F$ that I'm not able to discharge...


Hint:
This could be one approach of the proof:
See if you can fill the missing steps
$$\def\fitch#1#2{\quad\begin{array}{|l}#1\\\hline#2\end{array}} \fitch{~1.~~\neg F\to G\\~2.~~F\to H}{\fitch{~3.~~\neg(F\lor\neg F)}{\fitch{~4.~~F}{~5.~~F\lor\neg F&\lor\text{Intro}~4\\~6.~~\bot&\bot\text{Intro}~3,5}\\~7.\\\fitch{~8.~~\neg F}{~9.~~F\lor\neg F&\lor\text{Intro}~8\\~10.~~\bot&\bot\text{Intro}~3,9}\\~11.\\~12.}\\~13.\\\fitch{~14.~~F}{~15.~~H&\to\text{Elim}~2,14\\~16.~~G\lor H&\lor\text{Intro}~15}\\\fitch{~17.~~\neg F}{~18.~~G&\to\text{Elim}~1,17\\~19.~~G\lor H&\lor\text{Intro}~18}\\~20.}$$