From 079d6fe13a5ef6ea3492cb9be48634d7147c83de Mon Sep 17 00:00:00 2001 From: Sebastian Szczepanski Date: Fri, 19 Mar 2021 16:00:46 +0100 Subject: [PATCH 1/2] update icon sources --- src/main/resources/iconlist.mustache | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/main/resources/iconlist.mustache b/src/main/resources/iconlist.mustache index d919d4c..3df9019 100644 --- a/src/main/resources/iconlist.mustache +++ b/src/main/resources/iconlist.mustache @@ -1,16 +1,20 @@ -[NEW]:https://atlas-resources.wooga.com/icons/icon_new.svg "New" -[ADD]:https://atlas-resources.wooga.com/icons/icon_add.svg "Add" -[IMPROVE]:https://atlas-resources.wooga.com/icons/icon_improve.svg "IMPROVE" -[CHANGE]:https://atlas-resources.wooga.com/icons/icon_change.svg "Change" -[FIX]:https://atlas-resources.wooga.com/icons/icon_fix.svg "Fix" -[UPDATE]:https://atlas-resources.wooga.com/icons/icon_update.svg "Update" - -[BREAK]:https://atlas-resources.wooga.com/icons/icon_break.svg "Remove" -[REMOVE]:https://atlas-resources.wooga.com/icons/icon_remove.svg "Remove" -[IOS]:https://atlas-resources.wooga.com/icons/icon_iOS.svg "iOS" -[ANDROID]:https://atlas-resources.wooga.com/icons/icon_android.svg "Android" -[WEBGL]:https://atlas-resources.wooga.com/icons/icon_webGL.svg "Web:GL" +[NEW]: https://resources.atlas.wooga.com/icons/icon_new.svg "New" +[ADD]: https://resources.atlas.wooga.com/icons/icon_add.svg "Add" +[IMPROVE]: https://resources.atlas.wooga.com/icons/icon_improve.svg "Improve" +[CHANGE]: https://resources.atlas.wooga.com/icons/icon_change.svg "Change" +[FIX]: https://resources.atlas.wooga.com/icons/icon_fix.svg "Fix" +[UPDATE]: https://resources.atlas.wooga.com/icons/icon_update.svg "Update" +[BREAK]: https://resources.atlas.wooga.com/icons/icon_break.svg "Remove" +[REMOVE]: https://resources.atlas.wooga.com/icons/icon_remove.svg "Remove" +[IOS]: https://resources.atlas.wooga.com/icons/icon_iOS.svg "iOS" +[ANDROID]: https://resources.atlas.wooga.com/icons/icon_android.svg "Android" +[WEBGL]: https://resources.atlas.wooga.com/icons/icon_webGL.svg "WebGL" +[GRADLE]: https://resources.atlas.wooga.com/icons/icon_gradle.svg "GRADLE" +[UNITY]: https://resources.atlas.wooga.com/icons/icon_unity.svg "Unity" +[LINUX]: https://resources.atlas.wooga.com/icons/icon_linux.svg "Linux" +[WIN]: https://resources.atlas.wooga.com/icons/icon_windows.svg "Windows" +[MACOS]: https://resources.atlas.wooga.com/icons/icon_iOS.svg "macOS" \ No newline at end of file From 130fd1d4a2859ed7e36edede6256daeee86546e0 Mon Sep 17 00:00:00 2001 From: Sebastian Szczepanski Date: Fri, 19 Mar 2021 16:01:57 +0100 Subject: [PATCH 2/2] also on PR template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4e359a..b2c5f0a 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,15 +18,19 @@ Add short description -[NEW]:https://atlas-resources.wooga.com/icons/icon_new.svg "New" -[ADD]:http://resources.atlas.wooga.com/icons/icon_add.svg "Add" -[IMPROVE]:http://resources.atlas.wooga.com/icons/icon_improve.svg "IMPROVE" -[CHANGE]:http://resources.atlas.wooga.com/icons/icon_change.svg "Change" -[FIX]:http://resources.atlas.wooga.com/icons/icon_fix.svg "Fix" -[UPDATE]:http://resources.atlas.wooga.com/icons/icon_update.svg "Update" - -[BREAK]:http://resources.atlas.wooga.com/icons/icon_break.svg "Remove" -[REMOVE]:http://resources.atlas.wooga.com/icons/icon_remove.svg "Remove" -[IOS]:http://resources.atlas.wooga.com/icons/icon_iOS.svg "iOS" -[ANDROID]:http://resources.atlas.wooga.com/icons/icon_android.svg "Android" -[WEBGL]:http://resources.atlas.wooga.com/icons/icon_webGL.svg "Web:GL" +[NEW]: https://resources.atlas.wooga.com/icons/icon_new.svg "New" +[ADD]: https://resources.atlas.wooga.com/icons/icon_add.svg "Add" +[IMPROVE]: https://resources.atlas.wooga.com/icons/icon_improve.svg "Improve" +[CHANGE]: https://resources.atlas.wooga.com/icons/icon_change.svg "Change" +[FIX]: https://resources.atlas.wooga.com/icons/icon_fix.svg "Fix" +[UPDATE]: https://resources.atlas.wooga.com/icons/icon_update.svg "Update" +[BREAK]: https://resources.atlas.wooga.com/icons/icon_break.svg "Remove" +[REMOVE]: https://resources.atlas.wooga.com/icons/icon_remove.svg "Remove" +[IOS]: https://resources.atlas.wooga.com/icons/icon_iOS.svg "iOS" +[ANDROID]: https://resources.atlas.wooga.com/icons/icon_android.svg "Android" +[WEBGL]: https://resources.atlas.wooga.com/icons/icon_webGL.svg "WebGL" +[GRADLE]: https://resources.atlas.wooga.com/icons/icon_gradle.svg "GRADLE" +[UNITY]: https://resources.atlas.wooga.com/icons/icon_unity.svg "Unity" +[LINUX]: https://resources.atlas.wooga.com/icons/icon_linux.svg "Linux" +[WIN]: https://resources.atlas.wooga.com/icons/icon_windows.svg "Windows" +[MACOS]: https://resources.atlas.wooga.com/icons/icon_iOS.svg "macOS"