-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to contribute #1
Comments
I feel you. While I have nothing bad to say about TornadoFX, I prefer not to commit to the whole framework just to get Kotlin extensions for JavaFX. And about your questions:
Basically what I'm saying is contribution is welcome, though I'd start with smaller PRs to see if we're on the same page about where the project is going. |
I would simply create a github issue. Then it can be discussed in the comments. And you can keep up-to-date the first comment of the issue, so anyone could easily have a look at what is planned. Here is an example of road-map share/discussion of another open-source project: MarkusAmshove/Kluent#75 Or you may also simply write it in the readme. Which you probably should do once you know what is going to be in the future releases, so potential user can see where the project is going when they read it.
Currently wiki is not publicly editable. Either you could make it editable (it is a git repository under the hood and you can always revert to a previous version, if something really bad happen). Or use this kind of system if you want more control: https://stackoverflow.com/a/11481887
Actually, the goal of knowing the road-map is a way for me (and any other people discovering this project) to know in which direction this project is going. Afterwards, I would anyway discuss everything in issues first. I close this issue, considering you answered all my questions. |
Sounds great, let's try that. Funny I never thought of that before.
In that case, create a separate module (directory) containing all the markdown (and supporting files) and push it with gradle-git-plugin. This library's GitHub Pages is also created that way.
Expect one tomorrow, along with a simple contribution guideline in README. |
EDIT: I've seen 7f14dcf. so everything is clear now On another topic, would you be interested by a slack channel or anything similar? It may be handy to discuss without the need to create an issue for each small question. |
I just changed TestFX wiki to prove that it is in fact publicly editable. Though I believe it's not asshole-proof, I'm willing to try and see what happens. After all, TestFX is doing just fine. We can try gitter. |
hello,
Thank you very much for providing an alternative to TornadoFX.
I prefer your library because:
But I see that I'm creating the first issue in this repository. May I ask:
I'm willing to try this library, to give feedback, and even help if possible.
The text was updated successfully, but these errors were encountered: