Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 319 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 319 Bytes
  1. Fork it
  2. Add your conference to list.json
  3. Run node index to update README.md with your changes
  4. Create your feature branch (git checkout -b my-new-feature)
  5. Commit your changes (git commit -am "Add some feature")
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request