We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8215f commit 48b2dc7Copy full SHA for 48b2dc7
.github/pull_request_template.md
@@ -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
@@ -0,0 +1,7 @@
+[pull]
+ rebase = true
+[webkitscmpy]
+ pull-request = append
+ history = disabled
+ update-fork = true
+ auto-check = true
0 commit comments