Files
MinecraftConsoles/.github/pull_request_template.md
void_17 f580a6a603 Remove the word template from PR template
Looks like people don't change this field so the word `template` is not needed here.
2026-03-02 03:02:18 +07:00

547 B

Pull Request

Description

Briefly describe the changes this PR introduces.

Changes

Previous Behavior

Describe how the code behaved before this change.

Root Cause

Explain the core reason behind the erroneous/old behavior (e.g., bug, design flaw, missing edge case).

New Behavior

Describe how the code behaves after this change.

Fix Implementation

Detail exactly how the issue was resolved (specific code changes, algorithms, logic flows).

  • Fixes #[issue-number]
  • Related to #[issue-number]