Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 746 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 746 Bytes

Contributing Guidelines

  1. Fork this repository
  2. 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)
  3. Create your feature branch (ex: git checkout -b adding-new-conference)
  4. Commit your changes in feature branch (git commit -am "Add a new conference")
  5. Push up your feature branch (git push origin adding-new-conference)
  6. Open up a Pull Request
  7. Submit the PR and wait for it to be merged in (or request for modifications)