From 3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Sat, 10 Jan 2026 22:33:57 +0900 Subject: feat: Release v0.1.0 --- .github/CONTRIBUTING.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2ff10db..09ebb81 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,3 +23,16 @@ It also uses Ktlint. Merging pull requests into the main branch requires passing When making major changes that break backward compatibility, please discuss them beforehand via an issue or discussion. Such changes often cause confusion when made without prior discussion. +### Project Structure + +LunaticChat uses a multi-module Gradle setup. + +- `engine`: Contains code shared across all platforms. +- `platform-paper`: Contains code specific to the Paper platform. +- `platform-velocity`: Contains code specific to the Velocity platform. + +### Debugging + +LunaticChat comes with a Docker environment that can be launched as a debug server. + +Running `./x start` will launch a Paper server with LunaticChat installed. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fd86a4f..a0728d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,9 +16,8 @@ ## Related Issues - -Closes # +close # ## Testing -- cgit v1.2.1