Time to switch over. Cc: Daniel Vetter <[email protected]> Signed-off-by: Jani Nikula <[email protected]> --- CONTRIBUTING.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 282a9be35462..5d621f7059e8 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,19 +4,22 @@ Contributing and Contact ======================== -Please use the `[email protected]`_ mailing list for -contributions, questions, and discussion about the tooling and documentation. +Please use `merge requests`_ for contributions and file `bug reports and feature +requests`_ at the `project home page`_. -Please file `bug reports and feature requests`_ at the `project home page`_. +Please use the `[email protected]`_ mailing list for general +questions and discussion about the tooling and documentation. Please make sure your patches pass the build and self tests by running:: $ make check -Push the patches once you have an ack from :ref:`maintainers`. +Merge your changes once you have an ack from :ref:`maintainers`. -.. [email protected]: https://lists.freedesktop.org/mailman/listinfo/dim-tools +.. _merge requests: https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests .. _bug reports and feature requests: https://gitlab.freedesktop.org/drm/maintainer-tools/issues .. _project home page: https://gitlab.freedesktop.org/drm/maintainer-tools/ + +.. [email protected]: https://lists.freedesktop.org/mailman/listinfo/dim-tools -- 2.39.2
