You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Query/CONTRIBUTING.md

602 B

Contributing

Please submit pull requests and issues to aviat4ion/Query

Pull Requests

  • All pull requests should have accompanying tests following the structure / makeup of the /tests folder
  • Pull requests should reference the issue number on aviat4ion/Query, if applicable.
  • Pull requests must follow project style:
    1. Follow CodeIgniter Style
    2. Use tabs for indentation, and do not align arrays or other multiple line statements.