Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 874 Bytes

Template repository

This repository is marked as a repository template, and should be used when creating new repositories in the fiaas organisation.

When doing so, the files in this repo are copied to your new repository. Any further updates will need to be made directly in your repository.

Included files

  • .github/CODEOWNERS: Defines @fiaas/maintainers as owners of all code
  • .github/settings.yml: Default repository settings. Inherits from settings in our community settings repository.
  • .gitignore: Starting point for gitignore. Ignores typical Python, Go, Linux, Windows, macOS, VSCode and JetBrains files that we don't want.
  • LICENSE: Our Apache 2.0 License, must be applied to all repos.
  • README.md: This readme. Should probably be changed to reflect your repository.