Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add i am a maintainer checkbox to issue forms #22468

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ body:
attributes:
value: '# This form is for Renovate maintainers only.'

- type: checkboxes
id: are-you-a-maintainer
attributes:
label: Are you a maintainer?
description: |
We only accept issues from Renovate maintainers. If you are not a maintainer, please create a Discussion instead.
options:
- label: I am a maintainer
validations:
required: true
Comment on lines +18 to +19
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I suspect I'm doing it wrong. There's no * next to the label text, when I preview the forms on my branch.

The next field How are you running Renovate? does show the * in the preview. 😜


- type: markdown
attributes:
value: |
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ body:
attributes:
value: '# This form is for Renovate maintainers only.'

- type: checkboxes
id: are-you-a-maintainer
attributes:
label: Are you a maintainer?
description: |
We only accept issues from Renovate maintainers. If you are not a maintainer, please create a Discussion instead.
options:
- label: I am a maintainer
validations:
required: true

- type: textarea
id: what-would-you-like-renovate-to-be-able-to-do
attributes:
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ body:
attributes:
value: '# This form is for Renovate maintainers only.'

- type: checkboxes
id: are-you-a-maintainer
attributes:
label: Are you a maintainer?
description: |
We only accept issues from Renovate maintainers. If you are not a maintainer, please create a Discussion instead.
options:
- label: I am a maintainer
validations:
required: true

- type: textarea
id: describe-proposed-changes
attributes:
Expand Down