Bastien <b...@gnu.org> writes: > I've developed an experimental tool to help everyone track confirmed > bugs, upcoming changes and releases
Here is what contributors/maintainers need to know: To confirm a bug, reply to the bug report and add: X-Woof-Bug: confirmed To mark a bug as "fixed", reply in the same thread and add: X-Woof-Bug: fixed To announce a change, use this: X-Woof-Change: commithash orgversion where commithash corresponds to the commit where the change is implemented and orgversion to the version where it is released. To announce a release, use this: X-Woof-Release: orgversion The rules are pretty basic: - anyone on the list can confirm a bug; - anyone can announce a change; - only the maintainer can announce a release. -- Bastien