Skip to content

Commit 307916a

Browse files
authored
Merge pull request #363 from w3c/issue-361-add-pr-template
#361: Add Pull Request template to suggest closing keywords and live links
2 parents 5de81a6 + b43cac7 commit 307916a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/pull_request_template.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
# Pull request instructions
3+
(Note that text between the HTML comments will be recorded in this pull request's source for future editing, but will not render on Github. Text is suggested with portions needing substitution enclosed in curly braces. The curly braces also need to be removed when substituting.)
4+
5+
Please use "Closing keywords" for the associated Issue if this PR should close the Issue once merged.
6+
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
7+
8+
If this PR edits a document, please consider including a "Live render." The non-comment template text suggests one mechanism. If including the link line(s), please test-load the link(s) while drafting the PR.
9+
-->
10+
11+
Closes #{ISSUE_NUMBER}
12+
13+
* [See this document rendered online here](https://raw.githack.com/w3c/data-shapes/{BRANCH_NAME}/{FOLDER}/index.html)

0 commit comments

Comments
 (0)