This document outlines the recommended way to contribute to Packages.
More information can be found in the project documentation.
- Fork the Packages repository on GitHub.
- Clone your fork.
git clone [email protected]:yourname/packages
- Make your modifications, commit your changes, and push to your fork.
git add . git commit -m "A short description about your changes" git push origin master
- Open a Pull Request on the terramar-labs/packages GitHub repo.
- Be patient, but expect a response.
- Work with the project maintainers on any feedback or changes.
- Get your changes merged!
- The master branch contains active development.
- Create or a feature branch or don't-- whatever you prefer!
- The project follows PSR-1, -2, and -4.
- Consider writing unit tests for your change.
Open an issue if you're not sure about something. We're happy to discuss feature ideas and answer questions.
The project maintainers welcome any and all questions and feedback.
Open an Issue or email [email protected] to get in touch.