This is a special repo! It has a private partner at StirlingLabs/.github-private
- In the
profile
folder. - See GitHub documentation for details.
This repo acts as a default for anything that goes into a .github
folder on a public repo, such as:
File | Usage & Links |
---|---|
CODE_OF_CONDUCT.md | How to engage in community and how to behave yourself. More info |
CONTRIBUTING.md | How to contribute to repo (making pull request, setting development environment...) |
ISSUE_TEMPLATE | Folder that contains a templates of possible issues user can use to open issue (such as if issue is related to documentation, if it's a bug, if user wants new feature etc) e.g. tensorflow |
PULL_REQUEST_TEMPLATE.md | How to make a pull request to project |
SECURITY.md | How to responsibly report a security vulnerability in project |
workflows/* | Configuration folder containing yaml files for GitHub Actions |
CODEOWNERS | Pull request reviewer rules. More info. |
dependabot.yml | Configuration options for dependency updates. More info |