diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ce831ab..1b1d6f7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,6 +3,10 @@ # will be requested for review when someone opens a pull request. * @open-component-model/Maintainers +# Changes on repository settings require admin permissions +/.github/settings.yml @open-component-model/admins +/.github/CODEOWNERS @open-component-model/admins + # Owners for specific directories #/docs/ @/ #/src/ @/ diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7457664..beb023a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,10 @@ --- name: Bug Report about: Report a bug -labels: kind/bug - +labels: kind/bugfix --- + **What happened**: **What you expected to happen**: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 4179e17..4bbaa79 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,10 +1,10 @@ --- name: Enhancement Request about: Suggest an enhancement -labels: kind/enhancement - +labels: kind/feature --- + **What would you like to be added**: **Why is this needed**: diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..1ed59c1 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,8 @@ +# These settings are synced to GitHub by https://probot.github.io/apps/settings/ + +# see: https://github.com/open-component-model/.github/blob/main/.github/settings.yml +_extends: .github + +labels: +- name: repo/ocm-spec + color: bfd4f2 diff --git a/.gitignore b/.gitignore index 46e5bd9..61ea2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .vscode **/__index__.md* /scripts/test +/.project