Default community health files and templates for repositories under anand-testcompare.
- Default issue templates:
.github/ISSUE_TEMPLATE/* - Default pull request template:
.github/pull_request_template.md - Shared docs:
CODE_OF_CONDUCT.md,CONTRIBUTING.md,SECURITY.md,SUPPORT.md - Personal profile helper doc:
docs/personal-profile-setup.md - Profile README generator:
scripts/generate_profile_readme.py
For this account, your profile page is currently rendering from:
anand-testcompare/.github/profile/README.md
Regenerate that file from live metadata with topic-based sections (including selected public repos from OpenOntologyProject and silkietools by default):
python3 scripts/generate_profile_readme.py --owner anand-testcompare --output profile/README.mdUseful flags:
--include-privateto include private repos from the primary owner.--extra-owner <org>(repeatable) to override/add external orgs.--max-extra-per-owner <n>to control how many external repos are selected per org.