Skip to content

Replace hardcoded personal info with placeholders in README - #3

Closed
ptr727 with Copilot wants to merge 2 commits into
developfrom
copilot/sub-pr-2
Closed

Replace hardcoded personal info with placeholders in README#3
ptr727 with Copilot wants to merge 2 commits into
developfrom
copilot/sub-pr-2

Conversation

CopilotAI commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

The developer setup section in README.md contained hardcoded personal information (author's name, email, and SSH key fingerprint) inappropriate for a template project.

Changes

  • Replaced "Pieter Viljoen" with "Your Name" in git config examples
  • Replaced "ptr727@users.noreply.github.com" with "your-email@example.com" in git config and signature examples
  • Replaced SSH key fingerprint SHA256:XI0SwS++aVpnvgVM/OQ9q3BpfmIXcNT6AdiM0UnYMNs with SHA256:YourKeyFingerprintHere

Users cloning this template will now see placeholder values instead of the original author's credentials in the setup documentation.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

CopilotAI mentioned this pull request Jan 15, 2026
Merged
Co-authored-by: ptr727 <2061579+ptr727@users.noreply.github.com>
CopilotAI changed the title [WIP] Address feedback from review on Develop pull requestReplace hardcoded personal info with placeholders in READMEJan 15, 2026
CopilotAI requested a review from ptr727January 15, 2026 04:12
@ptr727ptr727 closed this Jan 15, 2026
@ptr727
ptr727 deleted the copilot/sub-pr-2 branch January 15, 2026 05:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ptr727