Issues
If you have a question, something is not working or you want to make a suggestion, feel free to open a new issue here - https://github.com/clippings/atlas/issues/new.
Checkout existing issues before opening a new one.
Pull Requests
- Use the master branch for your pull requests.
- Before writing significant amount of code, open an issue and discuss it.
- Run existing unit tests and write your own. Travis would take care of PRs automatically, but you could run the tests locally before that. Run
composer installand then/vendor/bin/phpunit.
Do not commit system files, but don't clutter .gitignore. Use a useful global .gitignore.
Coding style
Keep the same coding style and try to write lines under 80 characters.