From 939195bcb91c440448de51c2178f6f6c88010ab6 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:41:32 +0000 Subject: [PATCH] chore(governance): resolve the template tokens that have a factual answer These files shipped as the raw template, tokens and all. The tokens that name a fact the repository itself answers - project name, owner, forge, description - are filled here. The tokens that name a decision (contact addresses, PGP key, response time) are left exactly as they are and listed in the PR. --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 306817d..ce8d4ca 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -7,13 +7,13 @@ # applied by the probot/settings app when changes are pushed to the default # branch. Install the app at: https://github.com/apps/settings # -# Template file — replace pseudoscript and {{DESCRIPTION}} with actual values. +# Template file — replace pseudoscript and Pseudocode-syntax AffineScript — first-language for CS pedagogy that compiles and runs with actual values. # ─── Repository Settings ─────────────────────────────────────────────────────── repository: name: "pseudoscript" - description: "{{DESCRIPTION}}" + description: "Pseudocode-syntax AffineScript — first-language for CS pedagogy that compiles and runs" homepage: "https://github.com/hyperpolymath/pseudoscript" private: false has_issues: true