Skip to content

Commit d8da82d

Browse files
fix: Correct capitalization of 'GitHub' in documentation for consistency
1 parent 9216aaf commit d8da82d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.specify/templates/plan-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
1. Load feature spec from Input path
99
→ If not found: ERROR "No feature spec at {path}"
1010
2. Fill Technical Context (scan for NEEDS CLARIFICATION)
11-
→ Detect Project Type from file system structure or context (web=frontend+backend, mobile=app+api)
11+
→ Detect Project Type from file system structure or context (web=frontend+backend, mobile=app+API)
1212
→ Set Structure Decision based on project type
1313
3. Fill the Constitution Check section based on the content of the constitution document.
1414
4. Evaluate Constitution Check section below

specs/001-building-on-this/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Feature Branch**: `001-building-on-this`
44
**Created**: October 1, 2025
55
**Status**: Draft
6-
**Input**: User description: "Building on this branch, we want to add a local github action (composite) to run the BeforeAll and AfterAll
6+
**Input**: User description: "Building on this branch, we want to add a local GitHub action (composite) to run the BeforeAll and AfterAll
77
scripts and call this from the workflows ci.yml and workflow (via Test-ModuleLocal)."
88

99
## Execution Flow (main)

0 commit comments

Comments
 (0)