From c4dfff416173e065e0a907efdf438c1c83ee4c48 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 12 Sep 2026 14:23:00 -0400 Subject: [PATCH 1/2] an issue template for suggesting projects --- .github/ISSUE_TEMPLATE/project.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/project.md diff --git a/.github/ISSUE_TEMPLATE/project.md b/.github/ISSUE_TEMPLATE/project.md new file mode 100644 index 0000000..75d2270 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/project.md @@ -0,0 +1,24 @@ +--- +name: Suggest a project +about: Suggest a project for the EB to oversee +title: Project: +labels: project +assignees: '' + +--- + +## Description + +(Give a complete description of the proposed documentation changes. Include specific steps. Break it down into tasks people can start working on.) + +## Benefits + +(How will this project improve the Python documentation?) + +## Decisions + +(What decisions need to be made before work can start?) + +## Challenges and Risks + +(Enumerate some possible pitfalls that will need to be navigated.) From 735314e8611bc7cb1db2b885b25aa3d1d0962e4c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 12 Sep 2026 15:01:21 -0400 Subject: [PATCH 2/2] sentence case for headers --- .github/ISSUE_TEMPLATE/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/project.md b/.github/ISSUE_TEMPLATE/project.md index 75d2270..5f7cf0b 100644 --- a/.github/ISSUE_TEMPLATE/project.md +++ b/.github/ISSUE_TEMPLATE/project.md @@ -19,6 +19,6 @@ assignees: '' (What decisions need to be made before work can start?) -## Challenges and Risks +## Challenges and risks (Enumerate some possible pitfalls that will need to be navigated.)