Hi Thomas, On 5/3/21 12:30 PM, Thomas Huth wrote: > We've started migrating the bug tickets from Launchpad to GitLab, so > it does not make too much sense anymore that users open new tickets > in the old system. Let's direct them now to the GitLab tracker instead.
We should document the user has to request a Gitlab 'Reporter' access to the project, and warn there might be a delay of some days before the request to be accepted, before the user be able to fill the bug. TBH this is annoying and could discourage reporters to fill bugs. Personally I fill a bug when I have all pieces in front of me. I'm less motivated to take notes of my environment to come back filling the bug ticket few days later. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > contribute.md | 3 ++- > contribute/report-a-bug.md | 5 ++++- > support.md | 2 +- > 3 files changed, 7 insertions(+), 3 deletions(-) > > diff --git a/contribute.md b/contribute.md > index d7e295f..cbb476d 100644 > --- a/contribute.md > +++ b/contribute.md > @@ -3,7 +3,8 @@ title: Contribute to QEMU! > permalink: /contribute/ > --- > > -* Report a bug in our bugtracker: > [https://bugs.launchpad.net/qemu/](https://bugs.launchpad.net/qemu/)<br> > +* Report a bug in our bugtracker: > + <https://gitlab.com/qemu-project/qemu/-/issues><br/> > See also [How to report a bug](report-a-bug/) or [How to report a security > bug](security-process/) > > * Clone ([or browse](https://gitlab.com/qemu-project/qemu)) the git > repository: <br>`git clone https://gitlab.com/qemu-project/qemu.git` > diff --git a/contribute/report-a-bug.md b/contribute/report-a-bug.md > index 1cc42e7..922f699 100644 > --- a/contribute/report-a-bug.md > +++ b/contribute/report-a-bug.md > @@ -3,7 +3,10 @@ title: Reporting a bug > permalink: /contribute/report-a-bug/ > --- > > -Bugs can be filed at our [bug tracker](https://bugs.launchpad.net/qemu/), > which is hosted on Launchpad. If you've got a problem with how your Linux > distribution packages QEMU, use the bug tracker from your distro instead. > +Bugs can be filed at our > +[bug tracker](https://gitlab.com/qemu-project/qemu/-/issues), which is hosted > +on GitLab. Note: If you've got a problem with how your Linux distribution > +packages QEMU, please use the bug tracker from your distro instead. > > When submitting a bug report, please try to do the following: > > diff --git a/support.md b/support.md > index 252351c..b622362 100644 > --- a/support.md > +++ b/support.md > @@ -41,5 +41,5 @@ response. If you can't leave IRC open and wait you may be > better > served by a mailing list. > > * If you think you have found a bug you can report it on [our bug > - tracker](https://bugs.launchpad.net/qemu/).<br> > + tracker](https://gitlab.com/qemu-project/qemu/-/issues).<br/> > Please see our guide on [how to report a bug](/contribute/report-a-bug/) >