https://github.com/TuxCoding/.github
Template project for GitHub related files
https://github.com/TuxCoding/.github
actions dependabot github template
Last synced: 2 months ago
JSON representation
Template project for GitHub related files
- Host: GitHub
- URL: https://github.com/TuxCoding/.github
- Owner: games647
- License: unlicense
- Created: 2021-06-21T13:50:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T10:44:54.000Z (about 4 years ago)
- Last Synced: 2025-01-01T11:12:17.265Z (over 1 year ago)
- Topics: actions, dependabot, github, template
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# .github
## Description
Template project for GitHub related files. They will be used if not overriden by in individual repositories.
More details at [GitHub doc](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)
## Structure
* workflows - collection of automated CI jobs
* dependabot - project dependency update notification
* issue templates - templates when users or maintainers create a new issue
* pull template - single (as of now not more supported) when creating a new pull request
* funding - default funding configuration for all repositories the owner of this repo has
## Notes
Remember to deactive the GitHub actions in the repository settings. You might not want to run the specified actions
in a template project.