V1.00.128.2025.06.03
Render Graphviz Diagrams. / Render Graphviz Diagrams. (push) Successful in 23s
Retrieve DNSSEC status of coresecret.dev. / Retrieve DNSSEC status of coresecret.dev. (push) Successful in 33s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-03 19:29:32 +02:00
parent 021c74e687
commit 1060269740
33 changed files with 6239 additions and 43 deletions
@@ -0,0 +1,60 @@
# 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: