]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144242: Note that issues aren't needed for typos in docs template (GH-144288)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 2 Feb 2026 14:56:45 +0000 (14:56 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 14:56:45 +0000 (14:56 +0000)
.github/ISSUE_TEMPLATE/documentation.md [deleted file]
.github/ISSUE_TEMPLATE/documentation.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
deleted file mode 100644 (file)
index 174fd39..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
----
-name: Documentation
-about: Report a problem with the documentation
-labels: "docs"
----
-
-# Documentation
-
-(A clear and concise description of the issue.)
diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml
new file mode 100644 (file)
index 0000000..944e590
--- /dev/null
@@ -0,0 +1,15 @@
+name: Documentation
+description: Report a problem with the documentation
+labels: ["docs"]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        > [!NOTE]
+        > Trivial changes (for example typos) don’t require an issue before opening a PR.
+  - type: textarea
+    attributes:
+      label: "Documentation"
+      description: "A clear and concise description of the issue."
+    validations:
+      required: true