From 5deb15d6425fcc047f038f6e79a998e5a591e915 Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Thu, 2 Apr 2026 12:06:56 +0100 Subject: [PATCH 1/2] chore(no-ticket): add github templates and update codeowners --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 16 +++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..db764b6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@cloudsmith-ceng \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..909cad7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Report a problem with the Cloudsmith orb +title: "[Bug]: " +--- + +## Summary + +Describe the problem. + +## What You Expected + +Describe the behavior you expected. + +## What Happened + +Describe what actually happened, including any error output. + +## Relevant Config + +Provide the relevant CircleCI config or orb usage snippet. + +```yaml +# Paste config here +``` + +## Additional Context + +Add anything else that might help reproduce or explain the issue. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a573ad6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an improvement for the Cloudsmith orb +title: "[Feature]: " +--- + +## Summary + +Describe the feature or improvement you want. + +## Problem or Use Case + +Explain the problem this would solve or the workflow it would improve. + +## Proposed Solution + +Describe the change you would like to see. + +## Alternatives Considered + +Describe any alternatives you have considered. + +## Additional Context + +Add any extra context, examples, or references. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..22e405d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +# Description + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change +- [ ] Documentation update +- [ ] Refactoring +- [ ] Other (please describe) + +## Additional Notes + + \ No newline at end of file From 52051d573efc9d3c3a5434e658663c8a3fe0ba0e Mon Sep 17 00:00:00 2001 From: BB <55028730+BartoszBlizniak@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:29:22 +0100 Subject: [PATCH 2/2] Update .github/CODEOWNERS Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index db764b6..b240220 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -@cloudsmith-ceng \ No newline at end of file +* @cloudsmith-io/customer-engineering \ No newline at end of file