From c8afbb137236031990376d5d73b6b5874cd98f7f Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 24 Nov 2023 10:09:46 -0500 Subject: [PATCH] docs: Add links to project resources Indicate that Gerrit (https://review.lttng.org) is the principal place where patches are submitted and reviewed, rather than the mailing list. Based on feedback received on the mailing list: https://lists.lttng.org/pipermail/lttng-dev/2023-November/030670.html Change-Id: I611deeec26393fc25c9a103c022687198100df0c Signed-off-by: Kienan Stewart Signed-off-by: Mathieu Desnoyers --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 06480d3b..38d53395 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,25 @@ Each PMU counter has its zero value set when it is attached to a context with add-context. Therefore, it is normal that the same counters attached to both the stream context and event context show different values for a given event; what matters is that they increment at the same rate. + + +Contacts +-------- + +You can contact the maintainers on the following mailing list: +`lttng-dev@lists.lttng.org`. + +IRC channel: [#lttng](irc://irc.oftc.net/lttng) on the OFTC network + +Bug tracker: [LTTng-modules bug tracker](https://bugs.lttng.org/projects/lttng-modules) + +Code review: [_lttng-modules_ project](https://review.lttng.org/q/project:lttng-modules) on LTTng Review + +Continuous integration: [LTTng-modules](https://ci.lttng.org/view/LTTng-modules/) on LTTng's CI + +GitHub mirror: [lttng/lttng-modules](https://github.com/lttng/lttng-modules) + +Patches are principally submitted and reviewed on [LTTng Review](https://review.lttng.org), +but may also be submitted to the [mailing list](mailto:lttng-dev@lists.lttng.org) +with the subject prefix `PATCH lttng-modules` or by pull request on the +[GitHub mirror](https://github.com/lttng/lttng-modules). -- 2.34.1