Skip to content

MoeBoy76/PixelUtilities

Repository files navigation

PixelUtilities

PixelUtilities, Pixelmon side-mod repository

Minecraft 1.7.10

Currently using Forge v10.13.0.1188

Requires Java 7+

Coding and Pull Request Conventions

  • We generally follow the Sun/Oracle coding standards.
  • Use tabs
  • No trailing whitespaces.
  • No CRLF line endings, LF only; will be converted automatically by git
  • No 80 column limit or 'weird' midstatement newlines.
  • The number of commits in a pull request should be kept to a minimum (squish them into one most of the time - use common sense!).
  • No merges should be included in pull requests unless the pull request's purpose is a merge.
  • Pull requests should be tested (does it compile? AND does it work?) before submission.
  • Any major additions should have documentation ready and provided if applicable (this is usually the case).
  • Try to follow test driven development where applicable.

Tips to get your pull request accepted

Making sure you follow the above conventions is important, but just the beginning. Follow these tips to better the chances of your pull request being accepted and pulled.

  • Make sure you follow all of our conventions to the letter.
  • Make sure your code compiles under Java 7.
  • Provide proper JavaDocs where appropriate.
  • Provide proper accompanying documentation where appropriate.
  • Test your code.
  • Make sure to follow coding best practices.
  • Your pull request should link to accompanying pull requests.
  • The description of your pull request should provide detailed information on the pull along with justification of the changes where applicable.

About

Pixelmon side-mod for adventure servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages