diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:33:57 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-10 22:33:57 +0900 |
| commit | 3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721 (patch) | |
| tree | 43a5ba0d0d9da2867596e984d4e4037b9c04e137 /.github | |
| parent | 1210b4519ad02ea1bd4d543fb2e7ed9548ab7a10 (diff) | |
| download | LunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.tar.gz LunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.tar.bz2 LunaticChat-3fa60d129e4b82c8c6f9bee6e3bb3824bb99b721.zip | |
feat: Release v0.1.0
Diffstat (limited to '.github')
| -rw-r--r-- | .github/CONTRIBUTING.md | 13 | ||||
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 3 |
2 files changed, 14 insertions, 2 deletions
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 <!-- Link any related issues here --> -<!-- Example: Fixes #123, Relates to #456 --> -Closes # +close # ## Testing |
