Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Before using this template, ensure you have the following installed:
./scripts/setup.sh
```
- The script will ask you for required values and read other details from your git configuration and repository,
- Replace all placeholders with your project information,
- Create a branch, commit the changes and push it to your repository
- Create a pull request for you to review and merge if approved
- Replaces all placeholders with your project information,
- Creates a branch, commits the changes and pushes it to your repository
- Creates a pull request for you to review and merge if approved
Comment on lines +32 to +34

Copilot AI Feb 16, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical inconsistency: Line 31 (not shown in diff) uses future tense with "will" ("The script will ask you for required values and read other details..."), but these sub-bullets now use third-person singular present tense ("Replaces", "Creates").

Looking at similar patterns in the README:

  • Lines 199-208: "The scripts will:" followed by base form verbs (Prompt, Replace, Delete, Rename)
  • Lines 438-443: "The script will:" followed by base form verbs (Prompt, Check, Create, Configure)
  • Line 51-56: "The setup script automatically:" followed by present tense verbs (Replaces, Swaps, Sets up)

For consistency with the rest of the document, either:

  1. Change lines 32-34 to use base form verbs: "Replace", "Create", "Create" (matches lines 199-208, 438-443 pattern)
  2. OR change line 31 to "The script automatically:" to match the pattern at line 51, keeping the present tense verbs "Replaces", "Creates"

Option 1 is recommended as it maintains the existing line 31 structure.

Suggested change
- Replaces all placeholders with your project information,
- Creates a branch, commits the changes and pushes it to your repository
- Creates a pull request for you to review and merge if approved
- Replace all placeholders with your project information,
- Create a branch, commit the changes, and push it to your repository
- Create a pull request for you to review and merge if approved

Copilot uses AI. Check for mistakes.
4. **Merge your changes** - Review the pull request created in the previous step and merge it into `main`
5. **Authenticate with GitHub CLI** - Required for branch protection setup:
```bash
Expand Down