]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: use full URL as reference for fixed bugs
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 24 Jan 2026 17:11:52 +0000 (18:11 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 25 Jan 2026 13:52:19 +0000 (08:52 -0500)
Use full URL as reference for fixed bugs. Otherwise the correct bug will
be lost in case the project is renamed or forked.

.github/pull_request_template.md

index 85d4e9fcf4ff09d3a9e781f17bf414e7260c66b2..90d8ea0c2528c500c2fd42590a90c139f77880ad 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This pull request changes... -->
 
-<!-- Fixes # -->
+<!-- Fixes: https://github.com/dracut-ng/dracut-ng/issues/<number> -->
 
 ### Checklist
 - [ ] I have tested it locally