Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

24 lines (17 loc) · 1.3 KB

Contribution guide

Why should you contribute?

You can contribute in many ways, and whatever you choose we're grateful! Source code contribution is the obvious one but we also need your feedback and if you don't really want to participate in the implementation directly you may still have great ideas about features we need (or should get rid of).

We have our vision for the plugin and we have an experience with maintaining Jenkins instances, but the plugin is not supposed to solve only our problems. Surely we haven't experienced all of them... That's why we want to hear from you.

Please use github issues if you need to report a bug or request changes/improvements. Whenever you report a problem please provide information about:

  • Plugin version (Configuration as Code plugin as well any other plugin you suspect your problem to be related to)
  • Jenkins version
  • Operating system
  • Description!

Regarding source code contribution WoW:

  1. Create a github issue for your feature/problem you want to solve
  2. Implement solution on a branch in your fork
  3. Make sure to include issue number in commit message, and make the message speak for itself
  4. Once you're done create Pull Request and ask at least one of the maintainers for review (@ndeloof, @ewelinawilkosz)

!! Never push directly to this repository