Default community health files for @Robusr repositories
This is a special GitHub repository that provides default community health files for all repositories under the Robusr account.
Files placed here are automatically inherited by any repository that does not override them with its own version. This means every project gets issue templates, a pull request template, and contribution guidelines — without copying them into each repo.
| File | Purpose |
|---|---|
ISSUE_TEMPLATE/bug_report.md |
Bug report template (bilingual EN/ZH) |
ISSUE_TEMPLATE/feature_request.md |
Feature request template (bilingual EN/ZH) |
PULL_REQUEST_TEMPLATE.md |
PR description template (bilingual EN/ZH) |
CONTRIBUTING.md |
Contribution guidelines (English) |
CONTRIBUTING.zh-CN.md |
贡献指南(中文) |
- Someone opens an issue on any
@Robusrrepository - GitHub checks if that repository has its own
ISSUE_TEMPLATE/ - If not, GitHub uses the templates from this
.githubrepository - Same logic applies to
PULL_REQUEST_TEMPLATE.mdandCONTRIBUTING.md
Repositories that need different templates (e.g. hardware projects with specific debugging questions) can override any file by creating their own .github/ directory.
These templates are free for anyone to adapt. No attribution required.