Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add commit signing is required.
  • Loading branch information
riteshnoronha committed Jul 11, 2024
1 parent 0dbbfae commit cde5f6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cde5f6a

Please sign in to comment.