From 30aa45b3c187f46c4341037e333c3effab4cff3b Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 14 May 2024 02:14:08 -0400 Subject: [PATCH] Bug 1893853: make request for bug number explicit on pull request template (#127) --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f0e4ee1f4d..ba470cf5ef 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,9 @@ This PR fixes/adds a feature... #### Additional info -* [bmo#](https://bugzilla.mozilla.org/show_bug.cgi?id=) +* [bug#](https://bugzilla.mozilla.org/show_bug.cgi?id=) + +NOTE: Bug number is required. If you haven't filed a bug on https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla yet, don't submit the Pull Request. Please edit the above link to put the bug number both immediately after the # character and after the = character at the end. You can delete this paragraph once you've added your bug number. #### Test Plan -- 2.47.2