Skip to content

feat: order issue templates numerically and fix contact links config#891

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
janetkuo:feat/issue-templates-refinements
May 29, 2026
Merged

feat: order issue templates numerically and fix contact links config#891
k8s-ci-robot merged 1 commit into
kubernetes-sigs:mainfrom
janetkuo:feat/issue-templates-refinements

Conversation

@janetkuo

Copy link
Copy Markdown
Member

What this PR does / why we need it:

Refines the newly added issue templates for agent-sandbox to guarantee explicit ordering in the GitHub UI chooser menu and correct contact link rendering.

Specifically, this PR:

  1. Explicit Numerical Ordering: Renames issue template files with numerical prefixes (01-bug-report.yml, 02-feature-request.yml, 03-epic.yml) so GitHub sorts them in the exact desired order in the chooser UI, without altering their clean display names.
  2. Removes Redundant Security Link: Removes the manual "Report a Vulnerability" contact link from config.yml, as GitHub automatically injects one when a security policy is present.
  3. Fixes YAML Comment Rendering: Wraps the Kubernetes Slack contact link about description in quotes to prevent the #agent-sandbox channel name from being treated as a YAML comment.

Which issue(s) this PR is related to:

NONE

Release Note

NONE
Renames issue template files with numerical prefixes (01-bug-report.yml, 02-feature-request.yml, 03-epic.yml) to guarantee explicit ordering in the GitHub UI chooser menu without altering their clean display names. Also removes the redundant security policy contact link (which GitHub auto-creates) and fixes YAML comment rendering for the Slack contact link description.
Copilot AI review requested due to automatic review settings May 29, 2026 19:29
@netlify

netlify Bot commented May 29, 2026

Copy link
Copy Markdown

Deploy Preview for agent-sandbox canceled.

Name Link
🔨 Latest commit b872033
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/6a19e92855d620000796c5fd
@k8s-ci-robot k8s-ci-robot requested review from justinsb and soltysh May 29, 2026 19:29
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 29, 2026
@k8s-ci-robot k8s-ci-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refines the repository’s GitHub issue intake configuration to improve the ordering and rendering of issue templates in the GitHub “New issue” chooser, and to ensure contact links render correctly.

Changes:

  • Renames/introduces issue form templates with numeric prefixes (01-, 02-, 03-) to enforce deterministic ordering in the GitHub UI.
  • Simplifies .github/ISSUE_TEMPLATE/config.yml by removing the explicit vulnerability contact link (relying on GitHub’s security-policy injection) and quoting about strings so #agent-sandbox isn’t parsed as a YAML comment.
  • Adds an “Epic / Umbrella Issue” form intended for maintainers to track larger initiatives.

Reviewed changes

Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.

File Description
.github/ISSUE_TEMPLATE/config.yml Removes redundant vulnerability contact link and quotes about fields to avoid YAML # comment parsing.
.github/ISSUE_TEMPLATE/01-bug-report.yml Adds bug report issue form with security policy guidance and structured fields.
.github/ISSUE_TEMPLATE/02-feature-request.yml Adds feature request issue form with structured prompt fields.
.github/ISSUE_TEMPLATE/03-epic.yml Adds maintainer-focused epic issue form with task breakdown and milestone fields.
@barney-s

Copy link
Copy Markdown
Collaborator

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 29, 2026
@aditya-shantanu

Copy link
Copy Markdown
Collaborator

/lgtm
/approve

@k8s-ci-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aditya-shantanu, barney-s, janetkuo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@janetkuo

Copy link
Copy Markdown
Member Author

/retest

Looks like a test flake of TestSandboxClaimTTLZeroRetainPreservesFinishedConditionDuringCleanup
https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/kubernetes-sigs_agent-sandbox/891/presubmit-agent-sandbox-e2e-test/2060443492340994048

@k8s-ci-robot k8s-ci-robot merged commit 5715b2e into kubernetes-sigs:main May 29, 2026
10 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Agent Sandbox May 29, 2026
khirotaka pushed a commit to khirotaka/agent-sandbox that referenced this pull request Jun 12, 2026
…ubernetes-sigs#891)

Renames issue template files with numerical prefixes (01-bug-report.yml, 02-feature-request.yml, 03-epic.yml) to guarantee explicit ordering in the GitHub UI chooser menu without altering their clean display names. Also removes the redundant security policy contact link (which GitHub auto-creates) and fixes YAML comment rendering for the Slack contact link description.
alexatakvelon pushed a commit to volatilemolotov/agent-sandbox that referenced this pull request Jun 24, 2026
…ubernetes-sigs#891)

Renames issue template files with numerical prefixes (01-bug-report.yml, 02-feature-request.yml, 03-epic.yml) to guarantee explicit ordering in the GitHub UI chooser menu without altering their clean display names. Also removes the redundant security policy contact link (which GitHub auto-creates) and fixes YAML comment rendering for the Slack contact link description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ready-for-review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

5 participants