GitHub global config for:
- CODE_OF_CONTRUCT (see Contributor Covenant site)
- ISSUE_TEMPLATE
- PULL_REQUEST_TEMPLATE
- FUNDING
see: Creating a default community health file - GitHub Docs
Used in all repositories, for creating base. setup template repository for tsuyoshicho/all-repository-base-template.
include below:
.gitattributes/.gitignore(generate from gitignore.io)- application config in
.github - release workflow in
.github/workflows - semver update workflow in
.github/workflows
Issue template files to automatic add below labels.
- label auto:bug / undefined
- label question / undefined
Default config include. and see: tsuyoshicho/renovate-config
- label renovate - renovate update / #313cb7
All repositories are disabled, and enable are selected.
Default config include. and see: GitHub Apps - Weekly Digest
- label weekly-digest - (none) / #9C27B0
All repositories are disabled, and enable are selected.
Default config include. and see: GitHub Apps - auto-assign-issues
All repositories are enabled.
Using release / semver update.
auto-gen PR and version bump up label see: haya14busa/action-bumpr
- label bump:major - Bump up major version / #ff0000
- label bump:minor - Bump up minor version / #AA3300
- label bump:patch - Bump up patch version / #53d1a5