Here's how you can help
Learn how you can contribute to OpenRPG too
First, please do a search in open issues to see if the issue or feature request has already been filed. If there is an issue add your comments to this issue.
Found something that is broken and needs fixing? Head on over to the Issues page and submit a new issue. When submitting a new issue, make sure you click ‘Get Started’ next to ‘Bug Report’ to make sure you are using the proper submission template. Please fill this out as thoroughly as possible so we can get to the bottom of your issue!
Wish OpenRPG did something it doesn’t already do? Head on over to the Issues page and submit a new issue. When submitting a new issue, make sure you click ‘Get Started’ next to ‘Feature Request’ to make sure you are using the proper submission template. Please fill this out as thoroughly as possible so we can get to the bottom of your issue!
File a single issue per problem and feature request, do not file combo issues.
The more information you can provide, the more likely someone will be successful reproducing the issue and finding a fix. Therefore:
First and foremost check the Issues page to see what needs to be done. Once you’re ready to start programming see the Programming Standards section.
I have broken the goals and needs by the “Difficulty” of the task. Beginner tasks will be more specific, such as working on a certain function or method. Intermediate tasks will be a little broader, such as creating a specific class or utility. Advanced tasks will be major milestones that need to be completed. And should only be attempted by someone that understand the language.
For something to be considered for merging into master it must be submitted as a Pull Request to a current developement branch first. Pull requests must follow the format found in the Pull Request Template file.