Skip to content

Commit c074d39

Browse files
Merge pull request #88 from Mariuxdeangelo/main
Update Catalog with AI generated index and update Catalog itself
2 parents ba3c523 + 93b1d4c commit c074d39

File tree

156 files changed

+7497
-842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+7497
-842
lines changed

SBOM-Catalog/contribute.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
If you are interested in adding entries to the catalog, or modifying functionality of the catalog, please review this guide.
44

5+
## How to request changes
6+
7+
If you notice any issues with the catalog or have suggestions for improvements, there are two ways to contribute:
8+
9+
1. **Open an Issue**: If you find a bug, have a feature request, or want to suggest improvements, please open an issue on GitHub. This helps us track and discuss potential changes before implementation.
10+
11+
2. **Submit a Pull Request**: If you'd like to contribute code changes directly:
12+
- Fork the repository
13+
- Create a new branch for your changes
14+
- Make your changes following the guidelines above
15+
- Submit a pull request with a clear description of the changes
16+
17+
For both issues and pull requests, please provide as much context as possible to help us understand your request.
18+
519
## How to run the tool locally
620

721
Run the comamnds

SBOM-Catalog/package-lock.json

+235-106
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SBOM-Catalog/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"js-yaml": "^4.1.0",
2020
"marked": "^12.0.1",
2121
"marked-highlight": "^2.1.1",
22+
"pinia": "^3.0.1",
2223
"primeflex": "^3.3.1",
2324
"primeicons": "^6.0.1",
2425
"primevue": "^3.50.0",
@@ -41,4 +42,4 @@
4142
"vite": "^5.4.6",
4243
"vue-tsc": "^2.0.7"
4344
}
44-
}
45+
}

0 commit comments

Comments
 (0)