The full contributing guide — development setup, coding conventions, PR process, roadmap — lives at https://api-log.devslab.kr/contributing/.
git clone https://github.com/devslab-kr/api-log.git
cd api-log
./mvnw verify # build + unit tests + Testcontainers (needs Docker)- Fork → feature branch off
master - Write tests for any behavior change
- Update docs under
docs/if you change a public API - Add a changelog entry to docs/changelog.md under
[Unreleased] - Open a PR against
master
By contributing, you agree your contributions are licensed under Apache 2.0.