Skip to content

Commit

Permalink
Move info about line endings to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janblom committed Feb 12, 2024
1 parent bf200e2 commit 1617117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This has to do with test and verification dependencies that are not available in
Please note that when using an IDE for development, source and target release must still be Java 8 (1.8) . This is enforced
in the maven build file (pom.xml). You can use any IDE you prefer.

Please note that historically, all files have CRLF line endings. Please configure your IDE and local git to keep line endings as is. This avoids merge conflicts.

To generate the files ready for distribution, run `mvn install`.

When creating a pull request, please make sure the verification phase (`mvn verify`) does not fail.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Getting Involved
* User guide and Help: [WhiteRabbit documentation](http://ohdsi.github.io/WhiteRabbit)
* Developer questions/comments/feedback: [OHDSI Forum](http://forums.ohdsi.org/c/developers)
* We use the [GitHub issue tracker](../../issues) for all bugs/issues/enhancements
* Historically, all files have CRLF line endings. Please configure your IDE and local git to keep line endings as is. This avoids merge conflicts.
* If you wish to contribute, please read the documentation on [contributing](CONTRIBUTING.md)

License
Expand Down

0 comments on commit 1617117

Please sign in to comment.