Take the following steps:
- fork this repository
- clone your fork (it should be your
origin
remote) - add this repository as a remote named
upstream
- make a branch called
feature
- change the letter being searched for in
project.py
frome
toa
- add and commit your change
- push your
feature
branch to yourorigin
remote - open a pull request on github to this repository's
master
branch