]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore: hide template text in HTML comment
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 24 Jan 2026 17:01:16 +0000 (18:01 +0100)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 25 Jan 2026 13:52:19 +0000 (08:52 -0500)
Hide the template text in HTML comment. This will prevent having the
text displayed in case the submitter does not replace it.

.github/pull_request_template.md

index b5fbba49dacadeccd8af7b9cafb14d59d666462a..30f3cb9fefc168575025d6b553da5917c4403c01 100644 (file)
@@ -1,8 +1,8 @@
-This pull request changes...
+<!-- This pull request changes... -->
 
 ### Checklist
 - [ ] I have tested it locally
 - [ ] I have reviewed and updated any documentation if relevant
 - [ ] I am providing new code and test(s) for it
 
-Fixes #
+<!-- Fixes # -->