We love your input! We want to make contributing to EasyAPP as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
We use GitHub to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo and create your branch from
main. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
In short, when you submit code changes, your submissions are understood to be under the same GPL v3 License that covers the project. Feel free to contact the maintainers if that's a concern.
Report bugs using GitHub's issue tracker
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
People love thorough bug reports. I'm not even kidding.
- Use meaningful variable and function names
- Comment your code where necessary
- Follow PSR-12 coding standards where applicable
- Use proper DocBlocks for classes and methods
- Clone the repository
- Copy
.env.exampleto.envand configure your environment - Set up a local web server pointing to the project directory
- Run tests:
php test
- Write tests for new features
- Ensure all tests pass before submitting PR
- Use the built-in test framework in
system/TestCase.php - Place tests in the
tests/directory
- Update documentation for any new features
- Keep the README.md up to date
- Add examples for new functionality
- Use clear, concise language
We love feature requests! Please provide:
- A clear description of the feature
- Why you need it
- How it should work
- Examples of usage
Be respectful, inclusive, and professional in all interactions.
By contributing, you agree that your contributions will be licensed under the GPL v3 License.
Feel free to contact us at script-php.ro or open an issue for discussion.