From 74b92b26191a8b5cf4c16b500ec02baa5fb583b2 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Tue, 20 Aug 2024 15:26:40 +0200 Subject: [PATCH] Encourage a proper title By asking for the specification title, we get titles such as "DOM" rather than "Node.prototype.moveBefore()". As it's quite a bit of work to fix them all up, I hope this modest change will get everyone aligned. --- .github/ISSUE_TEMPLATE/request-for-position.yml | 4 ++-- summary.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/request-for-position.yml b/.github/ISSUE_TEMPLATE/request-for-position.yml index e553d67..130eed0 100644 --- a/.github/ISSUE_TEMPLATE/request-for-position.yml +++ b/.github/ISSUE_TEMPLATE/request-for-position.yml @@ -16,8 +16,8 @@ body: - type: input id: spec-title attributes: - label: "Title of the spec" - placeholder: "CSS Frobnication Module, Level 5" + label: "Title of the proposal" + placeholder: "CSS frobnication-aspect: 6" validations: required: true - type: input diff --git a/summary.py b/summary.py index 5d75cd2..6045f9f 100755 --- a/summary.py +++ b/summary.py @@ -107,6 +107,7 @@ def process_body(issue): yaml_mapping = { "Title of the spec": "title", + "Title of the proposal": "title", "URL to the spec": "url", "URL to the spec's repository": "github", "Issue Tracker URL": "issues",