diff options
author | Stefan Weil <sw@weilnetz.de> | 2021-06-19 17:42:53 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-06-21 05:43:11 +0200 |
commit | e2abbeac7a0c19e7757370da4c5164c862016d31 (patch) | |
tree | 0efb2d1ace83eba9b00c49ea46bfe98dacac5be2 | |
parent | af94f14046e29e667edb6f802a108162b4890972 (diff) | |
download | qemu-e2abbeac7a0c19e7757370da4c5164c862016d31.zip qemu-e2abbeac7a0c19e7757370da4c5164c862016d31.tar.gz qemu-e2abbeac7a0c19e7757370da4c5164c862016d31.tar.bz2 |
Update documentation to refer to new location for issues
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210619154253.553446-1-sw@weilnetz.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | .github/lockdown.yml | 6 | ||||
-rw-r--r-- | README.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/lockdown.yml b/.github/lockdown.yml index 07fc2f3..d3546bd 100644 --- a/.github/lockdown.yml +++ b/.github/lockdown.yml @@ -14,11 +14,11 @@ issues: at https://gitlab.com/qemu-project/qemu.git. The project does not process issues filed on GitHub. - The project issues are tracked on Launchpad: - https://bugs.launchpad.net/qemu + The project issues are tracked on GitLab: + https://gitlab.com/qemu-project/qemu/-/issues QEMU welcomes bug report contributions. You can file new ones on: - https://bugs.launchpad.net/qemu/+filebug + https://gitlab.com/qemu-project/qemu/-/issues/new pulls: comment: | @@ -131,16 +131,16 @@ will be tagged as my-feature-v2. Bug reporting ============= -The QEMU project uses Launchpad as its primary upstream bug tracker. Bugs +The QEMU project uses GitLab issues to track bugs. Bugs found when running code built from QEMU git or upstream released sources should be reported via: -* `<https://bugs.launchpad.net/qemu/>`_ +* `<https://gitlab.com/qemu-project/qemu/-/issues>`_ If using QEMU via an operating system vendor pre-built binary package, it is preferable to report bugs to the vendor's own bug tracker first. If the bug is also known to affect latest upstream code, it can also be -reported via launchpad. +reported via GitLab. For additional information on bug reporting consult: |