Message ID | 20210324014940.23683-1-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Commit | 02f56c5e5ecd5060f8ef583368e23f95e3a6fb86 |
Headers | show |
Series |
|
Related | show |
Hello Laurent, Thank you for the patch. Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net> On 24.03.2021 03:49, Laurent Pinchart wrote: >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> >--- > Documentation/contributing.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst >index 1e89aa876aa3..122937f136bf 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 > ------------- > >-- >Regards, > >Laurent Pinchart > >_______________________________________________ >libcamera-devel mailing list >libcamera-devel@lists.libcamera.org >https://lists.libcamera.org/listinfo/libcamera-devel
On 24/03/2021 01:49, Laurent Pinchart wrote: > Reference the issue tracker in the documentation, as relying on tribal > knowledge isn't a great option. > Certainly helpful ;-) Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > Documentation/contributing.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst > index 1e89aa876aa3..122937f136bf 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 > ------------- > >
Hi Laurent, On Wed, Mar 24, 2021 at 03:49:40AM +0200, Laurent Pinchart wrote: > 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: Paul Elder <paul.elder@ideasonboard.com> > --- > Documentation/contributing.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst > index 1e89aa876aa3..122937f136bf 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 > ------------- > > -- > Regards, > > Laurent Pinchart > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 1e89aa876aa3..122937f136bf 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 -------------
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> --- Documentation/contributing.rst | 8 ++++++++ 1 file changed, 8 insertions(+)