From f6ff56250d85971bd37a09ffb58093ba43cd2a33 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 20 Mar 2017 18:34:36 -0700 Subject: [PATCH] Add section linking to new testing page --- basics_dev/reporting-bugs.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/basics_dev/reporting-bugs.md b/basics_dev/reporting-bugs.md index 868ac32b..fe294245 100644 --- a/basics_dev/reporting-bugs.md +++ b/basics_dev/reporting-bugs.md @@ -76,11 +76,19 @@ When you file a new issue, you should be sure to include the version of Qubes your'e using, as well as versions of related software packages. If your issue is related to hardware, provide as many details as possible about the hardware, which could include using command-line tools such as `lspci`. +If you're reporting a bug in a package that is in a [testing] repository, please reference the appropriate issue in the [`updates-status`] repository. Project maintainers really appreciate thorough explanations. It usually helps them address the problem more quickly, so everyone wins! -Improving the Code + +Testing new releases and updates +-------------------------------- + +Please see [Testing New Releases and Updates][testing]. + + +Improving the code ------------------ Please see our guidelines on [how to contribute code]. @@ -92,5 +100,7 @@ Please see our guidelines on [how to contribute code]. [mailing list]: https://www.qubes-os.org/mailing-lists/ [qubes-users]: https://groups.google.com/group/qubes-users [qubes-devel]: https://groups.google.com/group/qubes-devel +[testing]: /doc/testing/ +[`updates-status`]: https://github.com/QubesOS/updates-status/issues [how to contribute code]: /doc/contributing/#contributing-code