Skip to content

Update customer-feedback.yml#2251

Merged
adegeo merged 1 commit into
mainfrom
adegeo-patch-1
Jul 2, 2026
Merged

Update customer-feedback.yml#2251
adegeo merged 1 commit into
mainfrom
adegeo-patch-1

Conversation

@adegeo

@adegeo adegeo commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Fix the changes to github template system

Copilot AI review requested due to automatic review settings July 2, 2026 18:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the GitHub Issue Form template used for customer feedback, aiming to adjust the textarea field configuration in .github/ISSUE_TEMPLATE/customer-feedback.yml.

Changes:

  • Renamed the textarea field id from feedback to userfeedback.
  • Added a placeholder string for the textarea.
Comments suppressed due to low confidence (1)

.github/ISSUE_TEMPLATE/customer-feedback.yml:54

  • placeholder is currently at the same level as id/validations, but in GitHub issue forms it must be nested under attributes. As written, this field likely won’t validate/render correctly in the issue form.
  - type: textarea
    id: userfeedback
    placeholder: '[Enter feedback here]'
    validations:
      required: true
    attributes:
      label: Description

@BillWagner BillWagner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This LGTM.

@adegeo adegeo enabled auto-merge (squash) July 2, 2026 18:05
@adegeo adegeo merged commit 1315022 into main Jul 2, 2026
10 checks passed
@adegeo adegeo deleted the adegeo-patch-1 branch July 2, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants