Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1001 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 1001 Bytes

Contribute

We'd love you to contribute to Liveblog!

Reporting bugs

First check the issue hasn't already been reported. Then, make sure that;

  • the bug is reproducible in a standard WP install (maybe try it in VVV)
  • you have clear steps to reproduce
  • the bug is reproducible consistently

Contributing changes

Perhaps someone has already contributed something similar that needs work/testing? If not, here's what you should do;

  1. Fork the repo
  2. Clone your fork
  3. Switch to the develop branch
  4. Create a feature branch, with clear naming (e.g. feature/doge-everywhere)
  5. When you're done, submit a pull request to merge your feature branch into develop
  6. Sit back and await review/feedback (note: could take a long time - we're busy people!)