ezrpg-legacy / ezrpg-1.0.x

http://ezrpgproject.net
GNU General Public License v3.0
7 stars 5 forks source link

Member edit #13

Closed 1e4 closed 11 years ago

1e4 commented 11 years ago

Added more stats, edited the layout slightly, split up general from stats. Added working labels Removed intval(), replace with FILTER_VAR

1e4 commented 11 years ago

Updated online players hook for the admin side compatibility

JakeBooher commented 11 years ago

Please make pull requests on the devel branch, and use more descriptive commit comments please.

1e4 commented 11 years ago

How can I be more descriptive than that?

JakeBooher commented 11 years ago

Instead of things like "Update members_edit.tpl", which is already shown when you click on the commit (it shows the edited files, and what was changed), put something like "Created more options on member edit" or something that actually describes what you did instead of having to actually look into the file to see what you did

ferdis commented 11 years ago

Some good tips for writing commit messages include describing what the problem was, how you went to fix it. How it works now, and anything else you did which deviated the script from original(noteworthy changes another developer should be aware of)