heremaps / gradle-jenkins-jobdsl-plugin

A plugin for Gradle to manage Jenkins Job DSL projects.
https://plugins.gradle.org/plugin/com.here.jobdsl
Apache License 2.0
53 stars 9 forks source link

Contributing #106

Closed wesmcouch closed 5 years ago

wesmcouch commented 5 years ago

Hello,

I am hoping to contribute to the project but I am unable to sign the CLA, it doesn't look to be responsive.

I was also wondering what formatting scheme is being used, I was hoping to use automatic formatting to match the repository code formatting because I am hitting CodeNarc errors.

mnonnenmacher commented 5 years ago

Hi @wesmcouch,

sorry for the late response. We use a DCO instead of a CLA, so you need to sign-off your commits. For details please see: https://probot.github.io/apps/dco/

For formatting I usually use the default formatter from IntelliJ IDEA, plus some manual corrections in case CodeNarc fails, but we do not have a task to automatically format all code according to the CodeNarc rules.