line / kotlin-jdsl

Kotlin library that makes it easy to build and execute queries without generated metamodel
https://kotlin-jdsl.gitbook.io/docs/
Apache License 2.0
651 stars 85 forks source link

docs: add guide to using value classes #707

Closed erie0210 closed 3 weeks ago

erie0210 commented 1 month ago

Please let me know which file I should add it to and I will move it. I'm trying to write a Korean document and translate it into English.

Motivation

Modifications

Commit Convention Rule

Commit type Description
feat New Feature
fix Fix bug
docs Documentation only changed
ci Change CI configuration
refactor Not a bug fix or add feature, just refactoring code
test Add Test case or fix wrong test case
style Only change the code style(ex. white-space, formatting)
chore It refers to minor tasks such as library version upgrade, typo correction, etc.

Result

Closes

cj848 commented 1 month ago

You need to remove the .DS_Store files.

erie0210 commented 1 month ago

Sure, why not including '.DS_Store' for .gitinore? @cj848

shouwn commented 1 month ago

Sure, why not including '.DS_Store' for .gitinore?

I guess I forgot to put it in.

shouwn commented 1 month ago

Please move the file to the FAQ folder.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.01%. Comparing base (95304dd) to head (0eb4a45). Report is 24 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #707 +/- ## ======================================== Coverage 92.01% 92.01% ======================================== Files 335 335 Lines 3419 3419 Branches 203 203 ======================================== Hits 3146 3146 Misses 213 213 Partials 60 60 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.