From cde5f6aaf17b5ed5f05ab5fbcf142c8b4c76b871 Mon Sep 17 00:00:00 2001 From: Ritesh Noronha Date: Thu, 11 Jul 2024 11:12:29 -0700 Subject: [PATCH] Update README.md Add commit signing is required. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 562f5d6..46093a9 100644 --- a/README.md +++ b/README.md @@ -322,12 +322,11 @@ This approach involves cloning the repo and building it. 3. make build 4. To test if the build was successful run the following command `./build/sbomqs version` - # Contributions -We look forward to your contributions, below are a few guidelines on how to submit them: +We look forward to your contributions, below are a few guidelines on how to submit them - Fork the repo -- Create your feature/bug branch (`git checkout -b feature/new-feature`) -- Commit your changes (`git commit -am "awesome new feature"`) +- Create your feature/bug branch (`git checkout -b feature/bug`) +- Commit your changes (`git commit -aSm "awesome new feature"`) - commits must be signed - Push your changes (`git push origin feature/new-feature`) - Create a new pull-request