From 54e2d2622dc65fbb500c955b2584352a63d7135a Mon Sep 17 00:00:00 2001 From: theHallwayThatBringMePassion Date: Fri, 9 Feb 2024 22:41:52 +0800 Subject: [PATCH] Created Maintaining rules (markdown) --- Maintaining-rules.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Maintaining-rules.md diff --git a/Maintaining-rules.md b/Maintaining-rules.md new file mode 100644 index 0000000..da495df --- /dev/null +++ b/Maintaining-rules.md @@ -0,0 +1,4 @@ +- Once release created, don't edit it even if there's bug exist. Bug is normal on nightly, so don't panic. +- You shouldn't directly push to upstream, AKA this repo. +- Force push is not allowed in any case. +- At least one maintainer approve is needed for each PR (except the PR author) before merging.