aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-08-06readme: fix unformatted label referencesSimon Ser
The newlines prevent the labels from being properly formatted. Additionally, the second label reference has a typo (extra "s"). Signed-off-by: Simon Ser <contact@emersion.fr>
2021-06-25readme: mention the DCOSimon Ser
We haven't mentionned the DCO anywhere, yet we were requiring all contributions to have a Signed-off-by line to accept it. Add a reference to the DCO in our README's "development procedure" section. Signed-off-by: Simon Ser <contact@emersion.fr>
2021-04-14Replace `unstable` with `staging`Jonas Ådahl
Time has told us that the effort going from `unstable` to `stable` is enough of a burdon meaning very few protocols are ever declared stable. To mitigate this, and thus avoid having protocols being "stuck" being "unstable" indefinitely, replace the "unstable" -> "stable" procedure with a "staging" -> "stable" procedure, where declaring a protocol stable does not involve any changes to any implementations. The only side effect of this is that version numbers are to forever be part of all interface names and protocol XML files. Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/30 Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Simon Ser <contact@emersion.fr>
2020-10-14README.md: Add some merge request triaging conventionsJonas Ådahl
Add documented Gitlab procedures to help protocol reviewers and maintainers to get a better picture of the state of merge requests. To make this more reliable, document procedures how to triage and manage merge requests using labels. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2019-12-18Convert plaintext documents to MarkdownSimon Ser
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