From 6395cbeeeb9b9b30062969a489781cff868d36f6 Mon Sep 17 00:00:00 2001 From: Chris Livett Date: Wed, 8 Mar 2023 12:25:40 +1300 Subject: [PATCH 1/2] Added CODEOWNERS file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..79106cf --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @Thinkei/squad-double-espresso \ No newline at end of file From 728cab6ba4e02d7ef5dbdcb089f1bdff60c6fd97 Mon Sep 17 00:00:00 2001 From: Chris Livett Date: Wed, 8 Mar 2023 12:26:58 +1300 Subject: [PATCH 2/2] Added catalog-info.yaml file template --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..68e3d03 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: pdf417-generator + tags: + - external + - fork + - public + - javascript + annotations: + github.com/project-slug: Thinkei/pdf417-generator +spec: + type: service + system: find-work + lifecycle: production