Skip to content

fix: Rename .github/README.md to fix main README display#30

Merged
chadmf merged 1 commit intomainfrom
fix/readme-display-issue
Apr 1, 2026
Merged

fix: Rename .github/README.md to fix main README display#30
chadmf merged 1 commit intomainfrom
fix/readme-display-issue

Conversation

@chadmf
Copy link
Copy Markdown
Collaborator

@chadmf chadmf commented Apr 1, 2026

Problem

The repository homepage at https://github.com/Red-Hat-EnterpriseDB-Testing/EDB_Testing was showing the GitHub workflows directory instead of rendering the main README.md file.

Root Cause

The file was conflicting with the root . When GitHub encounters a README in a subdirectory, it can prioritize showing that directory's content instead of rendering the main repository README.

Solution

Renamed →

This preserves the valuable CI/CD workflow documentation while allowing the main README to display correctly on the repository homepage.

Impact

  • ✅ Main README.md now displays on repository homepage
  • ✅ Workflow documentation preserved in
  • ✅ No information lost
  • ✅ Better user experience for repository visitors

Testing

After merge, verify:

  1. Visit https://github.com/Red-Hat-EnterpriseDB-Testing/EDB_Testing
  2. Confirm main README content is displayed
  3. Navigate to directory and confirm WORKFLOWS.md is accessible

Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

The .github/README.md was overriding the repository's main README.md,
causing GitHub to show workflows instead of the project overview.

Renamed to WORKFLOWS.md to preserve CI/CD documentation while allowing
the main README to display correctly on the repository homepage.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@chadmf chadmf merged commit fcd79ae into main Apr 1, 2026
8 checks passed
@chadmf chadmf deleted the fix/readme-display-issue branch April 1, 2026 04:33
Sign up for free to 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.

1 participant