Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.36 KB

Contribution guidelines

Filing issues

File issues using the standard Github issue tracker issues for this repository. Before you submit a new issue, we recommend that you search the list of issues to see if anyone already submitted a similar issue.

Contributing patches

Thank you for your contributions! Please follow this process to submit a patch:

  • Create an issue describing your proposed change to the repository.
  • Fork the repository and create a topic branch. See also Understanding the GitHub Flow.
  • Refer to the README for how to build and test the fabric8-jenkins-idler.
  • Submit a pull request with the proposed changes. To make reviewing and integration as smooth as possible, please run the make all target prior to submitting the pull request. Apart from compiling the source code and running the tests it will also make sure that the code adheres to coding standards and that the commit message matches the format ^Issue #[0-9]+ [A-Z]+.*.