From b2ab257dd6a71b714319b424f15119e9bd9e6ef5 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 26 Oct 2014 20:24:55 +0530 Subject: [PATCH] readme: added "Contributing" section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f26ba26..e47906c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ - [Introduction](#introduction) - [Changelog](Changelog.md) +- [Contributing](#contributing) - [Reporting Issues](#reporting-issues) - [Installation](#installation) - [Quick Start](#quick-start) @@ -16,6 +17,14 @@ Dockerfile to build a PostgreSQL container image which can be linked to other containers. +# Contributing + +If you find this image useful here's how you can help: + +- Send a Pull Request with your awesome new features and bug fixes +- Help new users with [Issues](https://github.com/sameersbn/docker-postgresql/issues) they may encounter +- Send me a tip on [Gittip](https://gittip.com/sameersbn/) or using Bitcoin at **16rDxVqJPyYAFYPLduTaSiwe7ZiY1hHqKM** + # Reporting Issues Docker is a relatively new project and is active being developed and tested by a thriving community of developers and testers and every release of docker features many enhancements and bugfixes.