From b00ca0ca19c58a754c4b16bd82dee2d96afc15cc Mon Sep 17 00:00:00 2001 From: esraa Date: Fri, 21 Jun 2024 15:31:06 +0300 Subject: [PATCH] Add commit guidance to `CONTRIBUTION.MD` --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a70a6a3e..baf13845a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,8 @@ The SRI project follows an open contributor model, where anyone is welcome to co 2. **Create a Branch** 3. **Commit Your Changes** + + **Note:** Commits should cover both the issue fixed and the solution's rationale. These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind. 4. **Run Tests, Clippy, and Formatter:**