diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-03-24 03:47:03 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-03-25 19:34:58 +0200 |
commit | 02f56c5e5ecd5060f8ef583368e23f95e3a6fb86 (patch) | |
tree | d15641b7a512c843d3932c6677b1aacc6b4ce42f /Documentation | |
parent | c2943a6e32d85d3d4b43d29ccb7daf9daaf2ecbe (diff) |
Documentation: contributing: Add link to bugs.libcamera.org
Reference the issue tracker in the documentation, as relying on tribal
knowledge isn't a great option.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/contributing.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 1e89aa87..122937f1 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -38,6 +38,14 @@ The source code is available from the project's `git tree`_, hosted by `LinuxTV` .. _git tree: https://git.linuxtv.org/libcamera.git/ .. _LinuxTV: https://linuxtv.org/ +Issue Tracker +------------- + +Our `issue tracker`_ tracks all bugs, issues and feature requests. All issues +are publicly visible, and you can register for an account to create new issues. + +.. _issue tracker: https://bugs.libcamera.org/ + Documentation ------------- |