.github ディレクトリに配置すると効果のあるファイルを整理しています。随時更新します。
なお、以下は2025年12月30日現在の内容です。
リポジトリガイドラインのようなもの
.github/CODE_OF_CONDUCT.md.github/CODEOWNERS.github/CONTRIBUTING.md.github/DISCUSSION_TEMPLATE/*.yml.github/FUNDING.yml.github/GOVERNANCE.md.github/ISSUE_TEMPLATE/*.yml.github/PULL_REQUEST_TEMPLATE.md.github/SECURITY.md.github/SUPPORT.md
参考
- https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
- https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
- https://docs.github.com/en/discussions/managing-discussions-for-your-community/syntax-for-discussion-category-forms
リポジトリの自動化などのもの
.github/workflows/*.yml.github/dependabot.yml.github/release.yml
参考
- https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
- https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
- https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
GitHub Copilotをカスタマイズするもの
.github/copilot-instructions.md.github/instructions/*.instructions.md.github/prompts/*.prompt.md.github/agents/*.md.github/skills/*/SKILL.md.github/chatmodes/*.md... 既に古い