Contributions to echoCTF.RED are greatly appreciated. If you'd like to help make the project better, read on.
- Follow good git practices: use pull requests, prefer feature branches, always write clear commit messages.
- Ensure any specific version requirements are well documented
- echoCTF.RED code should always use the BSD 3-clause license.
- MySQL triggers must be named after the table they are affecting prefixed by their operation
tbi_: Trigger before inserttbu_: Trigger before updatetbd_: Trigger before deletetai_: Trigger after inserttau_: Trigger after updatetad_: Trigger after delete
- Add yii console commands on the backend application, unless the command needs to operate explicitly on the frontend (such as the
frontend/yii generator/sitemapcommand)
And lastly, thank you for contributing!