From 5770af68c3f7b9dd57b912ff49a1f2ebc4145542 Mon Sep 17 00:00:00 2001 From: "rtkwlf-repo-guardian[bot]" <311094889+rtkwlf-repo-guardian[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:15:08 +0000 Subject: [PATCH 1/2] chore: add .github/CODEOWNERS --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..45236cf --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Default CODEOWNERS - update with your team +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners +# +# IMPORTANT: Replace @org/CHANGEME with your actual team before merging. +* @org/CHANGEME From 459b4160f1cd2da95eefbfa9bc0e4f65ff24afb8 Mon Sep 17 00:00:00 2001 From: "rtkwlf-repo-guardian[bot]" <311094889+rtkwlf-repo-guardian[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:15:09 +0000 Subject: [PATCH 2/2] chore: add catalog-info.yaml --- catalog-info.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..4a981a0 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,22 @@ +--- +# yaml-language-server: $schema=https://www.schemastore.org/catalog-info.json +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: # YOU MUST SET THIS + title: # YOU MUST SET THIS + description: "" # YOU MUST SET THIS + annotations: + backstage.io/code-coverage: enabled/disabled + backstage.io/source-location: url:https://github.com/joval/jSAF + backstage.io/techdocs-ref: "dir:." + github.com/project-slug: "joval/jSAF" + jira/project-key: "" # YOU MUST SET THIS + jira/label: "project" # YOU MUST SET THIS + tags: + - github +spec: + lifecycle: "" # YOU MUST SET THIS + type: "" # YOU MUST SET THIS + owner: "" # YOU MUST SET THIS + system: "" # YOU MUST SET THIS