- Fork this repository
- Update the README.md with your addition/change, ensuring that your information is complete and your markdown formatting is correct (see Github-flavored Markdown for formatting help)
- Create your feature branch (ex:
git checkout -b adding-new-conference
) - Commit your changes in feature branch (
git commit -am "Add a new conference"
) - Push up your feature branch (
git push origin adding-new-conference
) - Open up a Pull Request
- Submit the PR and wait for it to be merged in (or request for modifications)