Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 503 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (4 loc) · 503 Bytes

How to contribute

First of all: Thank you for contributing to the Refactoring-Bot.

  • Desired coding style is based on the Java conventions. Import the dev/refactoring-bot-code-style-*.xml into your IDE and format your source code with it. It uses tabs only for indentation. Line wrap at 120 characters.
  • We work like most other GitHub projects. Fork the project, create a branch in your fork, push your changes to your branch. Then create a pull request to the master branch of this repository.