Skip to content

Commit 34a4e77

Browse files
committed
Update PULL_REQUEST_TEMPLATE.md
1 parent 8306291 commit 34a4e77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# Pull Request Title Guidelines
1+
# Pull Request Guidelines
22
### This is a template, modify before submitting your PR
33

44
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`
5+
- `[Minecraft Version] [Mod loader] Feat, Fix, Ref, Docs, ..., : Description`
66

77
**Examples:**
88
- `[1.20.x] [Forge] Feat: Add new block types`
99
- `[1.19.x] [All] Fix: Crash on startup`
1010
- `[1.20.x] [Fabric] Refactor: Optimize rendering engine`
1111

1212
# Issue Link
13-
1413
Please create an issue if there are none applicable before submitting this pull request.
1514

1615
Then link the issue as follows:`Closes #123`

0 commit comments

Comments
 (0)