61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
# SPDX-Version: 3.0
|
|
# SPDX-CreationInfo: 2025-06-03; WEIDNER, Marc S.; <msw@coresecret.dev>
|
|
# SPDX-ExternalRef: GIT https://git.coresecret.dev/msw/draft-weidner-catalog-rr-ext.git
|
|
# SPDX-FileContributor: WEIDNER, Marc S.; Centurion Intelligence Consulting Agency
|
|
# SPDX-FileCopyrightText: 2024-2025; WEIDNER, Marc S.; <msw@coresecret.dev>
|
|
# SPDX-FileType: SOURCE
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
# SPDX-Comment: This file is part of the draft-weidner-catalog-rr-ext framework.
|
|
# SPDX-PackageName: draft-weidner-catalog-rr-ext
|
|
# SPDX-Security-Contact: security@coresecret.eu
|
|
---
|
|
name: "RFC I-D Feedback"
|
|
about: "Submit feedback or change requests for the RFC Internet-Draft"
|
|
title: "[RFC I-D Feedback]: "
|
|
labels:
|
|
- "RFC-ID"
|
|
- "feedback"
|
|
assignees: [msw]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
_Please enter something like `draft-ietf-example-01`_
|
|
_Where in the document does this issue occur?_
|
|
_Section / Paragraph / Line_
|
|
- type: input
|
|
id: abstract
|
|
attributes:
|
|
label: "Abstract"
|
|
description: "Briefly describe the problem or suggestion."
|
|
placeholder: "MUST be provided"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: proposal
|
|
attributes:
|
|
label: "Proposal"
|
|
description: "What exact change do you propose? Please include text snippets if possible."
|
|
placeholder: "MUST be provided"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: rfc
|
|
attributes:
|
|
label: "RFC"
|
|
description: "Link to related RFCs, specs or real-world examples."
|
|
placeholder: "MAY be provided"
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: pr-type
|
|
attributes:
|
|
label: "Feedback Type"
|
|
options:
|
|
- label: "Editorial (typos, formatting)"
|
|
- label: "Technical"
|
|
- label: "Security Consideration"
|
|
- label: "Compatibility / Interoperability"
|
|
- label: "Other (please specify)"
|
|
# vim: set number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml:
|