-
Q: I'd like to participate. How do I begin?
-
0
First, you probably want to try out the JBoss Forge shell so that you understand what it can do. You can find a tutorial here: http://jboss.org/forge.
Likely, there's a feature you want that Forge doesn't provide. So the best way to contribute to Forge is by writing a plugin. You can find lots of plugins that have already been written at http://github.com/forge.
If you want to get an idea about what plugin to write, check out the brainstorming issue report: http://tinyurl.com/forge-brainstorming.
Once you decide you want to start working on a plugin, or even the Forge core framework, stop by and say hi on the mailinglist: https://lists.jboss.org/mailman/listinfo/forge-dev.
— Dan Allen (mojavelinux) · 6 years ago
-
-
Q: Other than writing code, how can I contribute?
-
0Suggest ideas
Forge is all about plugins. Try to use Forge to develop a project. If you find there's a task you need to do and Forge doesn't provide help, add your suggestion to the issue tracker: http://issues.jboss.org/browse/FORGE
— Dan Allen (mojavelinux) · 6 years ago -
0Write a guide
There are many developers that don't know how much Forge could be helping them. Write a guide that explains how they can use Forge and how it will make life better for them. Be sure to include all the tips that help them get started, especially the ones you had to find out yourself.
— Dan Allen (mojavelinux) · 6 years ago
-
-
Q: What's a good bug for a newcomer to tackle?
-
0Change checkout directory to ~/.forge/plugin-sources
The git-plugin command needs to use ~/.forge/plugin-sources/ instead of the /tmp directory so that developers can hack on installed plugins more easily.
This feature is tracked by the following issue report: https://issues.jboss.org/browse/FORGE-340
— Dan Allen (mojavelinux) · 6 years ago
-
-
Q: What is a bug or issue with JBoss Forge that you've been putting off, neglecting, or just plain avoiding?
-
0Undo feature
Many Forge plugins change the files in the project. But everyone makes mistakes. At some point, a developer will want to revert the changes made by one of these plugins.
One idea we have is to perform the changes in a sandbox and track the modifications using git. Those changes can either be run in reverse, or the plugin can be tested in the sandbox and then the changes can be made to the project.
Details can be found in this issue report: https://issues.jboss.org/browse/FORGE-320
— Dan Allen (mojavelinux) · 6 years ago
-
About JBoss Forge
JBoss Forge is a command framework, built on standard Java APIs, that enables rapid-application development. It's primarily a commandline shell that can be extended through plugins. Plugins typically generate projects or enhance them incrementally. However, a plugin can be written to perform any computing function.
from the profile of Dan Allen (mojavelinux)
People who want to help (none listed yet)
Registered contributors (1)
Volunteer opportunities, etc.
No volunteer opportunities in JBoss Forge indexed here yet. Add a bug tracker.
No one on OpenHatch has signed up as a mentor for JBoss Forge. Can you? Add the tag.
There are 237 people who can mentor in Java, JBoss Forge's primary language.
You can embed the "I want to help" button on your website. (More about this.)