Now that the module is becoming more popular it would be good to discuss the best way to govern the project. Some things that would be great to discuss are:
Release cadence: How often are new releases made? How much time do we give to end users to test new changes before making a new release?
Quality assurance: Do we require strict coding standards checks? Do we require tests to be written before accepting bug fixes and feature requests?
Backwards compatibility: To minimize impact on existing projects, how do we handle introduction of new features? Which kind of features would require feature gates? Which should be postponed to a future major release? When do we remove deprecated versions of Drupal and PHP?