Clone your version on your account down to your machine from your account, e.g,. git clone https://github.com/<yourgithubusername>/astr.git
Make sure to track progress upstream (i.e., on our version of astr at sckott/astr) by doing git remote add upstream https://github.com/sckott/astr.git. Before making changes make sure to pull changes in from upstream by doing either git fetch upstream then merge later or git pull upstream to fetch and merge in one step
Make your changes (bonus points for making changes on a new feature branch)