From: Dave Miller Date: Sat, 11 May 2024 18:20:28 +0000 (-0400) Subject: Bug 1893853: make request for bug number explicit on pull request template (#167) X-Git-Tag: bugzilla-5.2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9a929639fe3d0fb59c1ae9c1362303088bf66a7;p=thirdparty%2Fbugzilla.git Bug 1893853: make request for bug number explicit on pull request template (#167) --- 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