Forge is a builder’s toolbox. If you’ve got something to add or fix — awesome.
This isn’t a corporate repo. You don’t need to sound fancy or use the right "enterprise words" to contribute.
Just be:
- Clear
- Honest
- Respectful
Use plain language. Tell me what’s broken, what’s missing, or what could be better. Screenshots help. So do examples.
When installing on PHP 8.2, the
forge.phpscript throws an undefined constant error.
Good enough.
- Fork the repo
- Create a new branch:
git checkout -b fix/fix-name- Make your changes
- Push and open a pull request
In the PR, just explain what you did and why. Doesn’t need to be long.
Fixes storage bug when uploading to nested folders. Added a test case to confirm.
If your PR touches core parts, I might suggest tweaks or ask questions — no hard feelings, just builders building.
- Use PHP 8+ features
- Stick to the existing file layout unless it really needs changing
- No dependencies unless absolutely necessary
- Keep things simple
Seriously, thanks. You’re helping me build something better — for me, you, and whoever else finds it useful.