Skip to content

Commit 48b2dc7

Browse files
committed
Add PR template and git-webkit configuration
* .github/pull_request_template.md: Added. * metadata/git_config_extension: Added.
1 parent ec8215f commit 48b2dc7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Pull Request Template
2+
3+
Pull request descriptions should be based on the commit message of the commit (or commits) being reviewed.
4+
5+
## Commit Message Template
6+
7+
<pre>
8+
< change title >
9+
<a href="https://github.com/WebKit/Documentation/issues">(Optional) https://github.com/WebKit/Documentation/issues/###</a>
10+
11+
* path/changed.ext:
12+
* o-path/o-file.ext:
13+
14+
</pre>
15+

metadata/git_config_extension

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[pull]
2+
rebase = true
3+
[webkitscmpy]
4+
pull-request = append
5+
history = disabled
6+
update-fork = true
7+
auto-check = true

0 commit comments

Comments
 (0)