From 9be124a5f368d72eec37f4bb71c8ccdfb9b02d96 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 21 Dec 2017 17:33:22 +0100 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebaf582..d455b01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,13 @@ # Contributing to cemu_UI The following is a set of guidelines for contributing to cemu_UI. -## Java Sytleguide +## Translating +If you don't want to contibute any code you can support this project by translating it! The translation files are stored in "src/main/resources/locals". + +# Contributing code +If you want to contibute code please read the java code styleguide. + +## Java code sytleguide If your willing to contribute to cemu_UI please us the following example as guide and rules to design your code. * Use names for methods and variables that clarify their purpose. (This will help a lot to understand the code) * Use as many spaces as necessary to make the code clear, but as little as possible. From e9d033f12186aebb43f84467f5e44eaaf71024a6 Mon Sep 17 00:00:00 2001 From: Jannik Date: Sat, 3 Feb 2018 18:05:09 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 868853b..7b6dd00 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ cemu_UI is a simple, material design graphical frontend for [cemu](http://cemu.i ## Installation Simply download the cemu_UI.jar from [releases](https://github.com/Seil0/cemu_UI/releases), make sure you have the latest version of java 8 oracle jre/jdk installed and open the file. cemu_UI creats a new directory "C:\Users\USERNAME\Documents\cemu_UI", where the database, settings and covers are stored. **first start can take while!** -If you want to use the cloud sync function read the [wiki](https://github.com/Seil0/cemu_UI/wiki#cloud-savegame-syncronisation) carefully! +If you want to use the cloud sync function read the [wiki](https://github.com/Seil0/cemu_UI/wiki#cloud-savegame-syncronisation) carefully! If you have problems using the cloud synchronisation please update to version [075](https://github.com/Seil0/cemu_UI/releases/tag/075). + +### [FAQ](https://github.com/Seil0/cemu_UI/wiki#faq) ## Features @@ -26,13 +28,10 @@ If you want to use the cloud sync function read the [wiki](https://github.com/Se ## [planed Features](https://github.com/Seil0/cemu_UI/projects/1) (no ETA) * Controller support -* more UI improvements * support more rom file formats in automatic detection ### If you have another idea, make a "new issue" with the ![#f03c15](https://placehold.it/15/fbca04/000000?text=+)`idea` lable -## [FAQ](https://github.com/Seil0/cemu_UI/wiki#faq) - ### [building from source](https://github.com/Seil0/cemu_UI/wiki/Documantation) ## Screenshots