The contribution tag has no wiki summary.
6
votes
1answer
62 views
What is the best method to gain users and contributors for my own open source projects?
There are two questions to this:
How can I best "spread the word"
about my projects to interested users?
How can I best "spread the word" to like-minded developers?
I know this sounds easy, but it ...
2
votes
2answers
168 views
Do I need a Contribution Agreement?
Do I need a Contribution Agreement for my BSD licensed project?
Does it protect me, or the contributors?
Should I be wary of contributing to a project that does not provide a Contribution Agreement?
...
1
vote
3answers
34 views
Git workflow for customization on remote repository
I am still not clear in this:
I want to fetch code from opensource project and contribute. But I want to make my private changes also, with possibility to contribute with publicly useful parts of ...
1
vote
0answers
65 views
Removing a popup menu contributed from another plugin
I'm having some problems trying to remove some plugin contributions to the additions insertion point from my context menu. In most of the cases I use activities and this works, as most of the ...
1
vote
3answers
518 views
How to set initial state of an Eclipse action contribution
What I'm trying to achieve is to contribute an action to the IProject pop up menu.
The action is defined like this in my plugin.xml:
<extension
point="org.eclipse.ui.popupMenus">
...
0
votes
1answer
58 views
How do I start contributing to OpenJDK?
I am a programmer and am very interested in the low-level implementation of Java. I want to contribute to OpenJDK. I have downloaded the source code of OpenJDK 7.0.
However, there are thousands of ...
0
votes
0answers
21 views
Unable to find the id for a contribution to the context menu
When I run my application in RAD, I'm getting a contribution to my context menu that I want to get rid off. The contribution is the following:
Links->Incoming ...