-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### You're welcome to join the development of JLibra | ||
|
||
## Have a new feature in mind? | ||
Create an Issue about it and describe the feature you have in mind. | ||
|
||
## Want to work on an existing issue? | ||
Claim the issue and add a description about how you're planning to solve it. | ||
|
||
## Before writing code | ||
Set up the code conventions in your IDE | ||
(If your IDE does not supprort these settings, don't let that hold you, just try to make the code similar to the existing) | ||
|
||
### Eclipse | ||
**Code format:** Window -> Preferences -> Java > Code Style > Formatter - Import the file `jlibra-eclipse-code-format.xml` from the project root | ||
|
||
**Import ordering:** Window -> Preferences -> Java > Code Style > Organize Imports - Import the file `jlibra-eclipse.importorder` from the project root | ||
|
||
After this you can also enable 'Format source code' and 'Organize Imports' from the Save Actions (Java > Editor > Save Actions) | ||
|
||
### IntelliJ | ||
TODO |