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" 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