Bugs Everywhere is a “distributed bugtracker”, designed to complement distributed revision control systems. By using distributed revision control as a backend for bug state, we gain several convenient features:
Bugs Everywhere is written in Python and available via Bazaar.
% bzr get http://bzr.bugseverywhere.org/be
There is also a Debian package , but it may lag behind our bzr repository.
The bug database for Bugs Everywhere is, unsurprisingly, distributed with its source tree. To report a bug, you’re welcome to either e-mail details to the mailing list, or do the following in your branch of the BE repository:
% be new "The demuxulizer is broken" Created bug with ID 48f % be comment 48f <Describe bug> % bzr commit --message "Reported bug in demuxulizer" % bzr send --mail-to "be-devel(ATSIGN)bugseverywhere.org"
bzr will attempt to send a patch using whatever e-mail client you prefer; if this doesn’t work, you can also attach the output of “bzr diff > your.patch” to a message manually.
You may also send merge requests, or ask for write access to the repository.
There is a mailing list for developer discussion (and bug submission) at “be-devel(ATSIGN)bugseverywhere.org”. To sign up for it, see its listinfo page.
Bugs Everywhere was conceived and written by developers at Panoramic Feedback, primarily tips. Panoramic Feedback is no longer developing BE, and the current maintainer is Chris Ball.
You don`t have to be a professional writer to contribute to the wiki sites, but your custom writing should be written in an understandable language.