mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
378e9bbceb
Co-authored-by: Rhys Arkins <rhys@arkins.net>
30 lines
988 B
YAML
30 lines
988 B
YAML
name: Administration only
|
|
description: For administrators only
|
|
labels: ['priority-3-medium', 'needs-discussion']
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: '# This form is for Renovate administrators only.'
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
**Stop!** This form is for the Renovate administrators only.
|
|
If you're a user of Renovate, please create a GitHub Discussion.
|
|
Please go back a step and select _Start a discussion_ instead of Issue.
|
|
|
|
- type: textarea
|
|
id: describe-proposed-changes
|
|
attributes:
|
|
label: Describe the proposed change(s).
|
|
description: 'Do not report any security concerns here. Email renovate-disclosure@mend.io instead.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: '# Reminder for administrators:'
|
|
|
|
- type: markdown
|
|
attributes:
|
|
value: 'Before submitting the issue: add the correct **type:** label and remove the **needs-discussion** label.'
|