Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.64 KB

Politics

Brock Obama

Politics is a self-serve sub-community management plugin for Spout, allowing for maximum flexibility. More information can be found on the Wiki

License

Politics is licensed under the Affero General Public License Version 3. Please see the LICENSE.txt file for details.

Compiling

Politics uses Maven to handle its dependencies.

Coding Standards

  • If / for / while / switch statement: if (conditions && stuff) {
  • Method: public void method(Object paramObject) {
  • No Tabs, Spaces only!
  • No trailing whitespace
  • Mid-statement newlines at a 200 column limit
  • camelCase, no under_scores except constants
  • Constants in full caps with underscores
  • Keep the same formatting style everywhere

Pull Request Standards

  • Sign-off on all commits!
  • Finished product must compile successfully with mvn!
  • No merges should be included in pull requests unless the pull request's purpose is a merge.
  • Number of commits in a pull request should be kept to one commit and all additional commits must be squashed. Pull requests that make multiple changes should have one commit per change.
  • Pull requests must include any applicable license headers. (These are generated when running mvn)

Please follow the above conventions if you want your pull request(s) accepted.