2016-07-19 16:57:44 -04:00
|
|
|
# Contributing
|
2012-09-25 15:23:34 -04:00
|
|
|
|
2016-07-19 16:57:44 -04:00
|
|
|
Please submit pull requests and issues to [aviat4ion/Query](https://git.timshomepage.net/aviat4ion/Query)
|
2012-09-25 15:23:34 -04:00
|
|
|
|
2016-07-19 16:57:44 -04:00
|
|
|
### Pull Requests
|
2012-09-25 15:23:34 -04:00
|
|
|
* All pull requests should have accompanying tests following the structure / makeup of the `/tests` folder
|
2016-07-19 16:57:44 -04:00
|
|
|
* Pull requests should reference the issue number on [aviat4ion/Query](https://git.timshomepage.net/aviat4ion/Query), if applicable.
|
2012-09-25 15:23:34 -04:00
|
|
|
* Pull requests must follow project style:
|
|
|
|
1. Follow [CodeIgniter Style](http://codeigniter.com/user_guide/general/styleguide.html)
|
|
|
|
2. Use tabs for indentation, and do not align arrays or other multiple line statements.
|