Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 817 Bytes

.github

Description

Template project for GitHub related files. They will be used if not overriden by in individual repositories.

More details at GitHub doc

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.