Webby is a community driven project and accepts contributions of code and documentation from the community. These contributions are made in the form of Issues or Pull Requests on the sylynder/engine repository on GitHub.
Issues are a quick way to point out a bug. If you find a bug or documentation error in Webby then please check a few things first:
- There is not already an open Issue
- The issue has already been fixed (check the develop branch, or look for closed Issues)
- Is it something really obvious that you can fix yourself?
Reporting issues is helpful but an even better approach is to send a Pull Request, which is done by "Forking" the main repository and committing to your own copy. This will require you to use the version control system called Git.
Looking at the nature of the Webby Framework, it has it's engine in a different Github repository sylynder/engine And so all contributions will have to be focused on that repository. It has been hard to figure out how to allow contributors to add to the project.
Currently Pull requests are to be sent to the develop branch of the Github repo sylynder/engine which will be coming from your forked branch at your end.
Still figuring things out on how to improve contributions. Go to contributing-to-sylynder/engine