mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-06-19 19:12:36 +00:00
19 lines
1.3 KiB
Markdown
19 lines
1.3 KiB
Markdown
# Scope of Project
|
|
At the moment, this project's scope is generally limited to only adding stuff from neoLegacy (blocks, mobs, items). We are currently prioritizing stability, quality of life, and platform support on top of those things.
|
|
|
|
## Current Goals
|
|
- To Be Determined
|
|
|
|
# Scope of PRs
|
|
All Pull Requests should fully document the changes they include in their file changes. They should also be limited to one general topic and not touch all over the codebase unless its justifiable.
|
|
|
|
For example, we would not accept a PR that reworks multiplayer code, server apis, and furnace ticking even if its a "fixup" PR as its too difficult to review a ton of code changes that are all irrelevant from each other. However, a PR focused on adding a bunch of commands or fixes several crashes that are otherwise irrelevant to each other would be accepted.
|
|
|
|
If your PR includes any undocumented changes it will be closed.
|
|
|
|
# Use of AI and LLMs
|
|
We currently do not accept any new code into the project that was written largely, entirely, or even noticably by an LLM. All contributions should be made by humans that understand the codebase.
|
|
|
|
# Pull Request Template
|
|
We request that all PRs made for this repo use our PR template to the fullest extent possible. Completely wiping it out to write minimal information will likely get your PR closed.
|