Skip to content

Commit

Permalink
Add chat and mailing list links to README and Contributing guidelines (
Browse files Browse the repository at this point in the history
…#354)

* Add a Gitter chat link to README

* Add contact links to CONTRIBUTING guidelines
  • Loading branch information
oleg-nenashev authored Aug 7, 2020
1 parent 902ff56 commit 048144d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Contributing to Jenkinsfile Runner

[![Gitter](https://badges.gitter.im/jenkinsci/jenkinsfile-runner.svg)](https://gitter.im/jenkinsci/jenkinsfile-runner)

This page provides information about contributing code to the Jenkinsfile Runner codebase.

## Getting started
Expand All @@ -19,6 +21,15 @@ This page provides information about contributing code to the Jenkinsfile Runner
This page provides basic information about building and testing Jenkinsfile Runner.
In case you are more interested in details and in the architecture, see the [Developer Documentation](./docs/developer/README.md).

## Contacts

If you have any questions or need help, please use the following channels:

* [Gitter Chat](https://gitter.im/jenkinsci/jenkinsfile-runner) - for JFR usage and development questions
* [Jenkins Cloud Native SIG](https://www.jenkins.io/sigs/cloud-native/) channels: mailing lists, chats, meetings
* [Jenkins Developer Mailing list](https://groups.google.com/d/forum/jenkinsci-dev) - for JFR development questions


## Building

The build flow for Jenkinsfile Runner is built around Maven and Docker.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/jenkinsci/jenkinsfile-runner?include_prereleases&label=changelog)](https://github.com/jenkinsci/jenkinsfile-runner/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/jenkinsfile-runner?label=docker%20pulls%20%28vanilla%29)](https://hub.docker.com/r/jenkins/jenkinsfile-runner)
[![GitHub contributors](https://img.shields.io/github/contributors/jenkinsci/jenkinsfile-runner)](https://github.com/jenkinsci/jenkinsfile-runner/graphs/contributors)
[![Gitter](https://badges.gitter.im/jenkinsci/jenkinsfile-runner.svg)](https://gitter.im/jenkinsci/jenkinsfile-runner)

Jenkinsfile Runner packages Jenkins pipeline execution as a command line tool or as a Docker image.
Target use cases include but not limited to:
Expand Down

0 comments on commit 048144d

Please sign in to comment.