]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1893853: make request for bug number explicit on pull request template (#167)
authorDave Miller <justdave@bugzilla.org>
Sat, 11 May 2024 18:20:28 +0000 (14:20 -0400)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 18:20:28 +0000 (14:20 -0400)
.github/pull_request_template.md

index f0e4ee1f4d4cbd052086eb46b49f13c9c545b8f3..ba470cf5efa29daf256606eb2840ed59152b41fc 100644 (file)
@@ -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
 <!-- How did you verify the fix/feature in steps -->