Getting involved / Helping
#6
Hello, welcome to the community.
Some issues on GitHub are marked with the "easy" label, those should be good for people starting to tinker in the server. See if there's anything you'd like to try: https://github.com/mc-server/MCServer/is...bel%3Aeasy (also note that some people have expressed interest in solving some of them, see the comments inside on whether someone's working on it or not)

When coding, try to observe the code style. I personally am very strict about it Smile There's a script file, $/src/CheckBasicStyle.lua, that will help you by checking some of the easily-detected style violations. This script is being run as part of the integration tests, so your code needs to pass it.

As for commit granularity, the general rule of thumb is to make changes in reasonable "chunks", so that each chunk is one logical change that could be later viewed in the history and, if needed, reverse-merged to undo just the one change. We don't need you to squash your commits into one before submitting a PR, and we don't want a thousand of little commits pertaining to a single logical change. If in doubt, imagine yourself looking at a specific line in a file in the "git blame" viewer and whether your commit description would enlighten you as to why it was needed.
Reply
Thanks given by:


Messages In This Thread
Getting involved / Helping - by Blipi - 02-17-2015, 12:08 PM
RE: Getting involved / Helping - by LogicParrot - 02-17-2015, 04:12 PM
RE: Getting involved / Helping - by sphinxc0re - 02-17-2015, 05:41 PM
RE: Getting involved / Helping - by bearbin - 02-17-2015, 05:21 PM
RE: Getting involved / Helping - by NiLSPACE - 02-17-2015, 05:44 PM
RE: Getting involved / Helping - by xoft - 02-17-2015, 06:21 PM



Users browsing this thread: 1 Guest(s)