> That's super great > > Oh btw who are the people that are helpin you with the site? Do you have like a Code Crew - [TheMaster99](http://www.roleplayerguild.com/users/12164) has been learning the code and started fielding some issues with patches. - I've had two anonymous patches submitted to me by email. One of them was a surprisingly advanced patch, so I'm not sure why they patched by email instead of through the code repository. I'd like to give credit. - Also had someone register on Github just to submit an anonymous patch to fix a link: . I'd also like to know who that was. Honestly it's a lot more than I expected at this stage, and it's heartwarming ^_^. The code at the beginning is pretty unorganized since it's just me trying to belt stuff out. I'd like to refactor the project "README" file with a better quickstart for interested contributors. Someone actually requested that earlier in this topic. I'd also like to explain how to make trivial changes to files for non-developers. For example, if you wanted to change some text on the "Edit User" page: - You can go here: (All html templates are in the "views" folder) - Click the pencil icon on top ![](https://dl.dropboxusercontent.com/spa/quq37nq1583x0lf/lhneoood.png) - Make the edit right there in the browser - And then click "Submit" Unless I'm missing a step, that should create a patch ("Pull Request") that I then can merge into the project without any effort.