This converts GOVERNANCE, MEMBERS and README to Markdown documents.
These are only cosmetic changes, the actual contents and wording have
been retained.
GitLab pretty-prints Markdown and adds anchors. We can now add links
from one document to another.
Unfortunately GOVERNANCE lettered lists have been converted to numbered
lists, because Markdown doesn't support the former.
Signed-off-by: Simon Ser <contact@emersion.fr>
Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/issues/3
510188250e ("Add governance document") adds a GOVERNANCE document
describing development based on GitLab merge requests. Update the README
file accordingly.
Some information is duplicated across README and GOVERNANCE, this is
intentional to make README provide a more human-friendly, less
bureaucratic version. GOVERNANCE is still the authoritative version.
Signed-off-by: Simon Ser <contact@emersion.fr>
It was decided that the wl_ prefixed used by protocols and the
wayland-client and wayland-server API should only be used by those two
libraries.
Instead, invent a new prefix for protocols in wayland-protocols: wp_,
which stands for Wayland Protocol.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
It should be understood that it is possible to make "oops didn't mean
that" commits making intra-release backward incompatible changes.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Unstable changes can be made to unstable protocols, but this was about
unstable changes within the same major version.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>