Skip to content

Commit 7a2f50d

Browse files
committed
Modified pr and issues template + deleted coderrabit
1 parent 5ec18b6 commit 7a2f50d

File tree

4 files changed

+9
-23
lines changed

4 files changed

+9
-23
lines changed

.coderabbit.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Bug Report
22
description: File a bug report.
3-
title: "[Version] Bug: "
4-
assignees:
5-
- Edouard127
3+
title: "Bug: "
64
body:
75
- type: markdown
86
attributes:

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Feature
22
description: Request or implement a feature.
3-
title: "[Version] Feat: "
4-
assignees:
5-
- Edouard127
3+
title: "Feat: "
64
body:
75
- type: markdown
86
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
### This is a template, modify before submitting your PR
44

5-
Please ensure that your PR title follows this format:
6-
- `[Minecraft Version] <Mod loader> Feat, Fix, Ref, Docs, ..., : Description`
5+
Ensure that your title is concise and has all the necessary information
76

87
**Examples:**
9-
- `[1.20.4] Feat: Add new block types`
10-
- `[1.21.4] [All] Fix: Crash on startup`
11-
- `[1.21.3] [Forge] Fix: GUI does not render`
12-
- `[1.20.1] Ref: Optimize rendering engine`
8+
- `Feat: Add new block types`
9+
- `Fix: Crash on startup`
10+
- `Fix: GUI does not render`
11+
- `Ref: Optimize rendering engine`
12+
- `New pre-processor for pathfinding`
13+
- `Fix inconsistency with the structure`
1314

1415
### Issue Link
1516
If your PR addresses one or more issues, be sure to link them. Use appropriate keywords like `closes`, `fixes`, or `resolves` to automatically close the linked issues when the PR is merged.

0 commit comments

Comments
 (0)