diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-01-07 22:36:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 22:36:37 +0100 |
commit | 03ba8585813128d26af810b1cec9d71360211a7a (patch) | |
tree | c43c92fbd1328e48fc8d8f5d707f151c81edcce1 | |
parent | a9216df516f1e6bb23b9281d8a1c28f562f8e157 (diff) | |
download | skyhanni-03ba8585813128d26af810b1cec9d71360211a7a.tar.gz skyhanni-03ba8585813128d26af810b1cec9d71360211a7a.tar.bz2 skyhanni-03ba8585813128d26af810b1cec9d71360211a7a.zip |
Internal: Updated Contributing.md for Depended PRs (#891)
Defined the way how dependent PRs should be written in contributing.md. #891
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
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). |