- You will only submit contributions where you have authored 100% of the content.
- You will only submit contributions to which you have the necessary rights. This means that if you are employed you received the necessary permissions from your employer to make the contribution.
- Whatever content you contribute will be provided under the project licences
- All modules use Eclipse Public License 2.0
For coding you must use Java naming convention but in case of acronyms you need to use our rule for acronyms.
-
For acronyms, we are going to use CamelCase for classes and inverseCamelCase for fields because is easier to understand and read.
- ✅
public class HttpSender
- ✅
private HttpSender httpSender
- ✅
HttpSender httpSender
- ❌
public class HTTPSender
- ❌
private HTTPSender HTTPSender
- ❌
HTTPSender HTTPSender
- ✅
- use conventional commits
- use less than 50 chars in the commit title.
- use imperative mode.