]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1897545: User-friendly pull request template (#188)
authorDave Miller <justdave@bugzilla.org>
Mon, 26 Aug 2024 01:28:20 +0000 (21:28 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2024 01:28:20 +0000 (21:28 -0400)
a=dylan

.github/pull_request_template.md

index f0e4ee1f4d4cbd052086eb46b49f13c9c545b8f3..1f1a91bb4b200dfe84a96a71563f8bb84ae53f2d 100644 (file)
@@ -1,12 +1,10 @@
-#### Details
-<!-- Explain what you did -->
-This PR fixes/adds a feature...
+<!--
+
+NOTE: the 4.4 branch is currently on security-support only. Nothing will be accepted on this branch that isn't either repository maintenance or fixing a security bug, and the latter shouldn't be a public pull request.
+
+-->
 
 #### Additional info
-* [bmo#](https://bugzilla.mozilla.org/show_bug.cgi?id=)
+<!-- Paste the bug number after the # and after the = in the following line. -->
+* [bug#](https://bugzilla.mozilla.org/show_bug.cgi?id=)
 
-#### Test Plan
-<!-- How did you verify the fix/feature in steps -->
-1. Open the show_bug view
-2. Edit the bug
-3. ...