Title: [292884] trunk
Revision
292884
Author
jbed...@apple.com
Date
2022-04-14 12:45:24 -0700 (Thu, 14 Apr 2022)

Log Message

Add .github/pull_request_template.md
https://bugs.webkit.org/show_bug.cgi?id=239347
<rdar://problem/91763594>

Reviewed by Michael Catanzaro.

* .github/pull_request_template.md: Added.

Canonical link: https://commits.webkit.org/249654@main

Modified Paths

Added Paths

Diff

Added: trunk/.github/pull_request_template.md (0 => 292884)


--- trunk/.github/pull_request_template.md	                        (rev 0)
+++ trunk/.github/pull_request_template.md	2022-04-14 19:45:24 UTC (rev 292884)
@@ -0,0 +1,27 @@
+# Pull Request Template
+
+## File a Bug
+
+All changes should be associated with a bug. The WebKit project is currently using [Bugzilla](https://bugs.webkit.org) as our bug tracker. Note that multiple changes may be associated with a single bug.
+
+## Provided Tooling
+
+The WebKit Project strongly recommends contributors use [`Tools/Scripts/git-webkit`](https://github.com/WebKit/WebKit/tree/main/Tools/Scripts/git-webkit) to generate pull requests. See [Setup](https://github.com/WebKit/WebKit/wiki/Contributing#setup) and [Contributing Code](https://github.com/WebKit/WebKit/wiki/Contributing#contributing-code) for how to do this.
+
+## Template
+
+If a contributor wishes to file a pull request manually, the template is below. Manually-filed pull requests should contain their commit message as the pull request description, and their commit message should be formatted like the template below.
+
+Additionally, the pull request should be mentioned on [Bugzilla](https://bugs.webkit.org), labels applied to the pull request matching the component and version of the [Bugzilla](https://bugs.webkit.org) associated with the pull request and the pull request assigned to its author.
+
+<pre>
+< bug title >
+<a href=""
+
+Reviewed by NOBODY (OOPS!).
+
+* path/changed.ext:
+(function):
+(class.function):
+
+</pre>

Modified: trunk/ChangeLog (292883 => 292884)


--- trunk/ChangeLog	2022-04-14 19:30:30 UTC (rev 292883)
+++ trunk/ChangeLog	2022-04-14 19:45:24 UTC (rev 292884)
@@ -1,3 +1,13 @@
+2022-04-14  Jonathan Bedard  <jbed...@apple.com>
+
+        Add .github/pull_request_template.md
+        https://bugs.webkit.org/show_bug.cgi?id=239347
+        <rdar://problem/91763594>
+
+        Reviewed by Michael Catanzaro.
+
+        * .github/pull_request_template.md: Added.
+
 2022-04-14  Justin Michaud  <justin_mich...@apple.com>
 
         [PGO] We should be able to build WebKit to collect PGO profiles easily
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to