From 15664c82b8c4d8d96b0b2c84ae56fe80e8424423 Mon Sep 17 00:00:00 2001 From: John Forstmeier Date: Sat, 24 Jan 2026 23:26:41 -0500 Subject: [PATCH 01/15] Update GitHub templates with "type" formats --- .github/ISSUE_TEMPLATE/BUG.md | 19 ++++++++++++------- .github/ISSUE_TEMPLATE/FEATURE.md | 19 ++++++++++++------- .github/ISSUE_TEMPLATE/TASK.md | 22 ++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 5 ++--- 4 files changed, 48 insertions(+), 17 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/TASK.md diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 6c9f7f577..972084316 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -2,17 +2,22 @@ name: Bug about: Create a bug report title: '' -labels: ["bug"] -projects: ["pocketsizefund/11"] - +projects: ["oscmcompany/1"] +type: bug --- # Overview -## Description +## Context + + - +## Changes -## Specifics + - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md index 65149cb0f..5b2cb4c84 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ b/.github/ISSUE_TEMPLATE/FEATURE.md @@ -2,17 +2,22 @@ name: Feature about: Create a feature request title: '' -labels: ["feature"] -projects: ["pocketsizefund/11"] - +projects: ["oscmcompany/1"] +type: feature --- # Overview -## Description +## Context + + - +## Changes -## Specifics + - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/TASK.md b/.github/ISSUE_TEMPLATE/TASK.md new file mode 100644 index 000000000..f8c8187aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/TASK.md @@ -0,0 +1,22 @@ +--- +name: Task +about: Create a task item +title: '' +projects: ["oscmcompany/1"] +type: task +--- + +# Overview + +## Context + + + +## Changes + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5006b71d9..4a9783b01 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,9 +7,8 @@ Provide bullet point details. Include "- fixes <#issue_number>" to link to an outstanding issue. --> -## Comments +## Context \ No newline at end of file +--> From 3b46eac3bc67bca5e332f3d624d98e83b85dcab0 Mon Sep 17 00:00:00 2001 From: John Forstmeier Date: Sun, 25 Jan 2026 14:19:41 -0500 Subject: [PATCH 02/15] Refactor GitHub templates structure --- .github/ISSUE_TEMPLATE/BUG.md | 23 ---------------------- .github/ISSUE_TEMPLATE/FEATURE.md | 23 ---------------------- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 25 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/TASK.md | 22 --------------------- .github/ISSUE_TEMPLATE/config.yaml | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 6 files changed, 29 insertions(+), 69 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/BUG.md delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE.md create mode 100644 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/TASK.md create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md deleted file mode 100644 index 972084316..000000000 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Bug -about: Create a bug report -title: '' -projects: ["oscmcompany/1"] -type: bug ---- - -# Overview - -## Context - - - -## Changes - - - diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md deleted file mode 100644 index 5b2cb4c84..000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature -about: Create a feature request -title: '' -projects: ["oscmcompany/1"] -type: feature ---- - -# Overview - -## Context - - - -## Changes - - - diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..2647d2e11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +--- +name: Issue +about: Create an issue +title: '' +projects: ["oscmcompany/1"] +--- + +# Overview + +## Context + + + +## Changes + + + diff --git a/.github/ISSUE_TEMPLATE/TASK.md b/.github/ISSUE_TEMPLATE/TASK.md deleted file mode 100644 index f8c8187aa..000000000 --- a/.github/ISSUE_TEMPLATE/TASK.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Task -about: Create a task item -title: '' -projects: ["oscmcompany/1"] -type: task ---- - -# Overview - -## Context - - - -## Changes - - diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 000000000..bd9dfe4ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,2 @@ +--- +blank_issues_enabled: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a9783b01..89b150e17 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,10 @@ -## Context +## Context -## Changes +## Changes