summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-01 11:55:13 -0500
committerGaetan Nadon <memsize@videotron.ca>2014-02-03 17:33:19 -0500
commite36487b50714f492e0797b4e9d84fbd18664df14 (patch)
tree21a3d8ccf5cd89768dda08ad8d8cb0222288f2d1
parent1151e11053bb619a58d01ff6f0762aa5fee34d89 (diff)
downloadutil-wm-e36487b50714f492e0797b4e9d84fbd18664df14.tar.gz
config: update the README file for bug tracking
Update bug tracker info following libxcb format. Reviewed-by: Arnaud Fontaine <arnau@debian.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--README19
1 files changed, 15 insertions, 4 deletions
diff --git a/README b/README
index 618d591..dfec36e 100644
--- a/README
+++ b/README
@@ -28,11 +28,22 @@ XCB util-wm module provides the following libraries:
- ewmh: Both client and window-manager helpers for EWMH.
- icccm: Both client and window-manager helpers for ICCCM.
-You can obtain the latest development versions of XCB util-wm using
-GIT. For anonymous checkouts, use:
- git clone --recursive git://anongit.freedesktop.org/git/xcb/util-wm
+Please report any issues you find to the freedesktop.org bug tracker,
+at:
+
+ <https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils>
+
+Discussion about XCB occurs on the XCB mailing list:
+
+ <mailto:xcb at lists.freedesktop.org>
+ <http://lists.freedesktop.org/mailman/listinfo/xcb>
+
+You can obtain the latest development versions of XCB using GIT.
+For anonymous checkouts, use:
+
+ git clone --recursive git://anongit.freedesktop.org/git/xcb/util-wm
For developers, use:
- git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-wm
+ git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-wm