From 03ba8585813128d26af810b1cec9d71360211a7a Mon Sep 17 00:00:00 2001 From: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> Date: Sun, 7 Jan 2024 22:36:37 +0100 Subject: Internal: Updated Contributing.md for Depended PRs (#891) Defined the way how dependent PRs should be written in contributing.md. #891 --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b439bc15..67d8e3c0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,9 @@ Please use a prefix for the name of the PR (E.g. Feature, Fix, Backend, Change). You can write in the description of the pr the wording for the changelog as well (optional). +If your PR relies on another PR, please include this information at the beginning of the description. Consider using a +format like "- #821" to illustrate the dependency. + ## Coding Styles and Conventions - Follow the [Hypixel Rules](https://hypixel.net/rules). -- cgit