Skip to content

Commit 034086e

Browse files
authored
Merge pull request #228 from Yoast/feature/add-pr-template
Add pull request template
2 parents 0bf686b + 74f4090 commit 034086e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!--
2+
REMINDER: Please target the **oldest** branch of the PHPUnit Polyfills that is affected by this issue.
3+
-->

.remarkrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"remark-lint-no-duplicate-definitions",
2020
"remark-lint-no-empty-url",
2121
"remark-lint-no-file-name-consecutive-dashes",
22-
"remark-lint-no-file-name-irregular-characters",
22+
["remark-lint-no-file-name-irregular-characters", "\\.a-zA-Z0-9-_"],
2323
"remark-lint-no-file-name-outer-dashes",
2424
"remark-lint-no-heading-like-paragraph",
2525
"remark-lint-no-literal-urls",

0 commit comments

Comments
 (0)