فهرست منبع

DCO Remediation Commit for Syed Shoeb <[email protected]>

I, Syed Shoeb <[email protected]>, hereby add my Signed-off-by to this commit: 0ff0f9264b407276eed3763da2efb1d4786b7726

Signed-off-by: Syed Shoeb <[email protected]>
Syed Shoeb 2 سال پیش
والد
کامیت
0a9f4887b5
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      Templates/CppToolGem/template.json
  2. 1 1
      Templates/GemRepo/template.json
  3. 1 1
      Templates/PythonToolGem/template.json

+ 1 - 1
Templates/CppToolGem/template.json

@@ -5,7 +5,7 @@
     "origin_url": "https://github.com/o3de/o3de",
     "license": "Apache-2.0 or MIT",
     "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
-    "display_name": "CppToolGem",
+    "display_name": "CppToolGem Template",
     "summary": "A gem template for a custom tool in C++ that gets registered with the Editor.",
     "canonical_tags": [
         "Template",

+ 1 - 1
Templates/GemRepo/template.json

@@ -3,7 +3,7 @@
     "origin_url": "https://github.com/o3de/o3de",
     "license": "Apache-2.0 or MIT",
     "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
-    "display_name": "GemRepo",
+    "display_name": "GemRepo Template",
     "summary": "A Gem Repository that contains a single Gem.",
     "canonical_tags": [
         "Gem",

+ 1 - 1
Templates/PythonToolGem/template.json

@@ -7,7 +7,7 @@
     "origin_url": "https://github.com/o3de/o3de",
     "license": "Apache-2.0 or MIT",
     "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
-    "display_name": "PythonToolGem",
+    "display_name": "PythonToolGem Template",
     "summary": "A gem template for a custom tool in Python that gets registered with the Editor.",
     "canonical_tags": [
         "Python",