Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 1.19 KB

Issues

When reporting issues, make sure to check if you are reporting them in correct repository. For source generation issues, report in SourceWriter, for bytecode generation issues, report in BytecodeWriter, for structure, inspection, utilities and things related to base, report in this repository.

PRs

If you want to introduce a feature that requires a code generation, please create implementation PRs in SourceWriter and BytecodeWriter projects, it increase the chance of we merging your PR. We don't release features before the code generation is implemented, if you don't create PRs for code generation of proposed features, we will take more time to implement the code generation, and your PR may take more time to be merged.

Contact

If you want to contact me, join to discord channel CodeAPI (please do not report issues in discord).

Code Style

Kotlin files follow Kotlin Coding Conventions, and Java files, Google Java Style.