File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- = Contributing Guidelines
1+ # Contributing Guidelines
22
33We welcome patches and pull requests to improve LmdbJava.
44
@@ -9,11 +9,15 @@ For larger changes, please
99[ open a GitHub issue] ( https://github.com/lmdbjava/lmdbjava/issues ) first so that
1010we can discuss what you have in mind.
1111
12+ ## Priorities
13+
1214All engineering decisions require trade-offs, which is why we have an ordered list of
1315[ priorites] ( https://github.com/lmdbjava/lmdbjava/blob/master/src/main/java/org/lmdbjava/package-info.java ) .
1416Please ensure your changes reflect those priorities.
1517
16- In terms of style, use the current code as your guide. Highlights:
18+ ## Style
19+
20+ Please use the current code as your style guide. Highlights:
1721
1822* Add the copyright header to each file
1923* Use ` final `
@@ -23,6 +27,8 @@ In terms of style, use the current code as your guide. Highlights:
2327* JavaDocs are needed for public types and methods
2428* Test coverage is important (Travis and Coveralls run for every pull request)
2529
30+ ## Questions
31+
2632If you have any questions, please
2733[ open a GitHub issue] ( https://github.com/lmdbjava/lmdbjava/issues ) and we'll be
2834pleased to help.
You can’t perform that action at this time.
0 commit comments