Skip to content

Commit 1c7031c

Browse files
committed
Create pull_request_template.md
1 parent a13c8cf commit 1c7031c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Pull Request Title Guidelines
2+
### This is a template, modify before submitting your PR
3+
4+
Please ensure that your PR title follows this format:
5+
- `[Major Minecraft Version (ex: 1.20.x)] [Mod loader (ex: Forge, All)] Feat, Fix, Refactor`
6+
7+
**Examples:**
8+
- `[1.20.x] [Forge] Feat: Add new block types`
9+
- `[1.19.x] [All] Fix: Crash on startup`
10+
- `[1.20.x] [Fabric] Refactor: Optimize rendering engine`
11+
12+
# Issue Link
13+
14+
Please create an issue if there are none applicable before submitting this pull request.
15+
16+
Then link the issue as follows:`Closes #123`
17+
18+
# Description
19+
20+
Provide a brief description of the changes made in this PR:
21+
22+
- **What does this PR do?**
23+
- **Why is this change needed?**

0 commit comments

Comments
 (0)