From 8aed90c5ad690c16d5b42e9077d230563e35e32f Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Thu, 13 Feb 2014 14:50:32 +0100 Subject: [PATCH] Update README file Adding a note on how to contribute and report a bug. Change-Id: Iced030f68356b7752283fbb42d6d9176c97a41bd --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2546198..3dedcb1 100644 --- a/README.md +++ b/README.md @@ -196,3 +196,16 @@ swfiller and swsync are not designed to work with swift v1.0 authentication. We experienced some performances troubles when doing large synchronization with token validation. Having to validate the token each time could come back with error due to keystone capability to handle large amount of token validation requests. + + +Reporting a bug +--------------- + +The issue tracker is managed by launchpad so please use the +following link to report a bug : + +https://bugs.launchpad.net/swiftsync + +If you want to submit a patch please use https://review.openstack.org. +If you are not familiar with the Openstack way of submitting patches +please read before https://wiki.openstack.org/wiki/How_To_Contribute.