Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

[GUIDE] Things to do + How to contribute + Roadmap #12

Open
soywiz opened this issue Sep 12, 2016 · 0 comments
Open

[GUIDE] Things to do + How to contribute + Roadmap #12

soywiz opened this issue Sep 12, 2016 · 0 comments

Comments

@soywiz
Copy link
Member

soywiz commented Sep 12, 2016

I plan to work myself on this on weekends + release once a week until it reaches 1.0. Also I'm accepting contributions and they are really welcome.

1.0 should (at least) be bug free + more stable + have implemented the task queue with cancellations + things like the "About" modal window with contributors + multiple folders support.

Contributing

You can just fork the project, do changes and make a Pull Request. If you are concerned about other people doing the same as you, you can comment in the issues that you are going to do something: "I'm going to work on this issue" so other people know, though usually even without doing this there is no problem. Also I will work on it just on weekends, but will merge PRs the whole week.

Ideas/Sugestions

If you have ideas, just create issues here.

Translations

If you want to translate to your own language, or just update one language. There is a Texts_LANG.properties file here:
https://github.com/soywiz/vitaorganizer/tree/master/resources/com/soywiz/vitaorganizer

The simplest way is to create a file duplicating Texts.properties.
But it is safer to use the built-in intelliJ ResourceBundle editor.

Adding new texts

I have just added a few texts, there are tons of them that are required to be added.
Ideally you should use intelliJ IDEA (free community edition is fine). You can open the project just going to the cloned project folder and opening build.gradle file. It will open the project and everything should work.

I have created a guide for this: #11

Running the project

Open build.gradle with intelliJ IDEA. Then open VitaOrganizer.kt file, and then press the K icon at line 22, and press the Debug option. This will start the project with debugging capabilities.

s10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant