diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..14212ad --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @Staffbase/need-for-speed-devs diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..4f478ea --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: plugins-sdk-php + annotations: + github.com/project-slug: Staffbase/plugins-sdk-php + tags: + - php +spec: + type: library + lifecycle: production