From b655501d12fe30f95aac17d0e0289aacdf35a9e9 Mon Sep 17 00:00:00 2001 From: sonofmom <43433980+sonofmom@users.noreply.github.com> Date: Sat, 20 Feb 2021 15:42:52 +0100 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..598fcbdc --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +## "Soft" Pull Request rules + +* Thou shall not merge your own PRs, at least one person should review the PR and merge it (4-eyes rule) +* Thou shall make sure that workflows are cleanly completed for your PR before considering merge + +## Workflows responsibility +* **C/C++ CI (ccpp-linux.yml)**: TBD +* **C/C++ CI Win64 Compile (ccpp-win64.yml)**: TBD