Title: [269002] trunk/Tools
Revision
269002
Author
[email protected]
Date
2020-10-26 16:55:06 -0700 (Mon, 26 Oct 2020)

Log Message

Add Federico Bucchi to list of WebKit contributors
https://bugs.webkit.org/show_bug.cgi?id=218136

- Added Federico Bucchi
- Removed "slackId" : "UTWC5TTSP", because it was causing:
ERROR: Tools/Scripts/webkitpy/common/config/contributors.json:0:  contributors.json differs from the canonical format.

Patch by Federico Bucchi <[email protected]> on 2020-10-26
Reviewed by Brian Burg.

* Scripts/webkitpy/common/config/contributors.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (269001 => 269002)


--- trunk/Tools/ChangeLog	2020-10-26 23:47:18 UTC (rev 269001)
+++ trunk/Tools/ChangeLog	2020-10-26 23:55:06 UTC (rev 269002)
@@ -1,3 +1,16 @@
+2020-10-26  Federico Bucchi  <[email protected]>
+
+        Add Federico Bucchi to list of WebKit contributors
+        https://bugs.webkit.org/show_bug.cgi?id=218136
+
+        - Added Federico Bucchi
+        - Removed "slackId" : "UTWC5TTSP", because it was causing:
+        ERROR: Tools/Scripts/webkitpy/common/config/contributors.json:0:  contributors.json differs from the canonical format.
+
+        Reviewed by Brian Burg.
+
+        * Scripts/webkitpy/common/config/contributors.json:
+
 2020-10-26  Aakash Jain  <[email protected]>
 
         Allow skipping specific files from report-non-inclusive-language

Modified: trunk/Tools/Scripts/webkitpy/common/config/contributors.json (269001 => 269002)


--- trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-10-26 23:47:18 UTC (rev 269001)
+++ trunk/Tools/Scripts/webkitpy/common/config/contributors.json	2020-10-26 23:55:06 UTC (rev 269002)
@@ -2051,6 +2051,16 @@
          "fsamuel"
       ]
    },
+   "Federico Bucchi" : {
+      "emails" : [
+         "[email protected]",
+         "[email protected]"
+      ],
+      "nicks" : [
+         "fbucchi",
+         "federicobucchi"
+      ]
+   },
    "Feng Qian" : {
       "emails" : [
          "[email protected]"
@@ -5896,7 +5906,6 @@
       "nicks" : [
          "yusukesuzuki"
       ],
-      "slackId" : "UTWC5TTSP",
       "status" : "reviewer"
    },
    "Yuta Kitamura" : {
@@ -6025,4 +6034,4 @@
       ],
       "status" : "reviewer"
    }
-}
+}
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to