From bf5c148e7b427c1f685ce846696a90ed2dc24704 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 8 Dec 2013 15:10:30 -0500 Subject: [PATCH] Indicate that we don't use GitHub issues --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 844ecf906..fe163cb77 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,15 @@ Thank you for contributing to Buildbot! What appears below is just a quick summary. See http://trac.buildbot.net/wiki/Development for the full story. +Issues, Bugs, Tickets +--------------------- + +*We do not use the GitHub Issue Tracker for bugs* + +Please file tickets for any bugs you discover at http://trac.buildbot.net. + +The GitHub Issue Tracker is enabled only because it is a more usable interface for pull requests. + Patches -------