Files
shitty-beta1.7.3-server-sof…/.github/pull_request_template.md
T
evets 82192a4802
build-and-test / build (push) Waiting to run
Java-Compatibility / build (17) (push) Waiting to run
Java-Compatibility / build (21) (push) Waiting to run
Release Workflow / build-and-release (push) Waiting to run
Initial commit
2026-09-20 01:56:07 +01:00

92 lines
2.3 KiB
Markdown

# 📌 Pull Request
## Description
<!--
Provide a clear and concise summary of what this PR does.
Explain *why* the change is needed and what problem it solves.
-->
## Related Issues / Discussions
<!--
Link any related issues, PRs, or discussions.
Use "Fixes #123" to automatically close issues when merged.
-->
- Fixes #
- Related to #
## Motivation & Context
<!--
Why is this change important for Project Poseidon?
Does it fix a bug, improve stability, add a feature, or improve compatibility?
-->
## Type of Change
Please tick all that apply:
- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ⚡ Performance improvement
- [ ] 🧩 New feature (non-breaking)
- [ ] 🔧 Refactor / cleanup (no functional changes)
- [ ] 🔥 Crash / exploit fix
- [ ] 📚 Documentation update
- [ ] ❗ Breaking change (may affect plugins or server behavior)
## Testing Performed
<!--
Describe how this change was tested.
Include environments, steps, and results.
-->
- [ ] Compiled successfully with `mvn clean package`
- [ ] Tested on a Beta 1.7.3 server
- [ ] Existing functionality verified
- [ ] Edge cases considered
**Test details:**
```text
Example:
- Local server with multiple players
- Testing on production environment on RetroMC
- Tested login, chunk loading, plugins, and shutdown
```
## Logs / Screenshots (if applicable)
<!-- Paste relevant log output, stack traces, or attach screenshots to help reviewers understand the change. -->
```(Optional)```
## Compatibility Considerations
<!-- Does this change affect: Plugins? Network behavior? UUID / inventory handling? Other? -->
- [ ] No known compatibility impact
- [ ] Potential plugin impact (described below)
- [ ] Network / protocol (Netcode) behavior changed
- [ ] Configuration change required
## Compatibility Notes
<!-- Describe any known compatibility risks or required changes if applicable. -->
## Checklist
Please confirm the following:
- [ ] No unnecessary formatting or whitespace-only changes
- [ ] Changes are compatible with Minecraft Beta 1.7.3
- [ ] No dependencies have been added without discussion with the RetroMC team
## Additional Notes
<!-- Anything else reviewers should know? Design decisions, limitations, future follow-ups, etc. -->
## Thanks for contributing to Project Poseidon!