Skip to content

Commit e287a00

Browse files
authored
Rollup merge of #126501 - lqd:fix-pr-template, r=Mark-Simulacrum
make bors ignore comments in PR template As discussed [here](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/default.20PR.20description.20feedback/near/444794577), the existing PR template is not yet ignored by bors and the html comments show up in git history. This PR uses markers so the html comments are deleted by the bot. r? lcnr
2 parents 4265043 + c006748 commit e287a00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/pull_request_template.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- homu-ignore:start -->
12
<!--
23
If this PR is related to an unstable feature or an otherwise tracked effort,
34
please link to the relevant tracking issue here. If you don't know of a related
@@ -7,4 +8,5 @@ This PR will get automatically assigned to a reviewer. In case you would like
78
a specific user to review your work, you can assign it to them by using
89
910
r​? <reviewer name>
10-
-->
11+
-->
12+
<!-- homu-ignore:end -->

0 commit comments

Comments
 (0)