Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 8, 2024
1 parent fb12739 commit 6a46c59
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Some implications on that this is a repository for incubation components
* Vulnerability Management (Dependabot) is not enabled for this repository.
* Limited effort spent on artifacts like Bill-of-Material and Open Source Scanning
* Limited effort spent on testing before creating tags and releases
* Semantic meaning of tags is not well defined

Incubation components may be promoted to "real components" in a separate repository if there
is a strong interest in the component and active maintainers/contributors willing to maintain the component.
Expand All @@ -26,6 +27,9 @@ Component | Content | Comment/Status

For contribution guidelines see [CONTRIBUTING.md](CONTRIBUTING.md)




## Pre-commit set up
This repository is set up to use [pre-commit](https://pre-commit.com/) hooks.
Use `pip install pre-commit` to install pre-commit.
After you clone the project, run `pre-commit install` to install pre-commit into your git hooks.
Pre-commit will now run on every commit.
Every time you clone a project using pre-commit running pre-commit install should always be the first thing you do.

0 comments on commit 6a46c59

Please sign in to comment.