-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
1001f72
commit 31bb0ed
Showing
2 changed files
with
19 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,17 @@ | ||
# How to Contribute | ||
|
||
[Fork](https://help.github.com/articles/fork-a-repo) FunctionalUtils, send a [pull request](https://help.github.com/articles/using-pull-requests) and keep your fork in [sync](https://help.github.com/articles/syncing-a-fork/) with the upstream repository. | ||
|
||
FunctionalUtils has no dependencies other than Java 21. | ||
|
||
Other forms of contributing highly appreciated: | ||
1. Creating an issue for a bug you found or a feature you would like to see. | ||
2. Writing documentation or enhancing existing documentation. | ||
3. Writing tests. | ||
4. Spreading the word about FunctionalUtils in a blog article, or a LinkedIn post or twitter or anything else. | ||
|
||
## Building | ||
|
||
`mvn clean install` builds the project and runs all tests. | ||
|
||
`mvn clean install -DskipTests` builds the project without running tests. |
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