An open API service indexing awesome lists of open source software.

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

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.