From 3624b67e98e61e55eb6ac26e2d295eff25e439b9 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Wed, 22 Aug 2018 23:02:28 +0200 Subject: [PATCH] Add link to Chromium issue tracker and reporting guidelines in issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 20b984bc..98d5c4c4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,6 +14,7 @@ Arch: `arm` or `arm64` or `x86` **Can the bug be reproduced with corresponding [Chromium](https://github.com/bromite/chromium/releases) version?** `Bug must NOT be reproducible with Chromium to be qualified as a Bromite bug` +If yes then report it upstream on [Chromium issue tracker](https://bugs.chromium.org/p/chromium/issues/list) and do not forget to read [Chromium project bug reporting guidelines](https://www.chromium.org/for-testers/bug-reporting-guidelines) first; all Chromium issues reported here will be closed as `invalid`. **Is the bug a crash?** If yes then individuate and post the logcat dump (remove privacy sensitive information, if any), otherwise remove this section.