From 0b69f43f952c4d331fcc7a52cba3c81d36782ba1 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Fri, 2 Aug 2024 09:38:23 +0200 Subject: [PATCH] Create .files --- .github/.files | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/.files diff --git a/.github/.files b/.github/.files new file mode 100644 index 0000000..375e67d --- /dev/null +++ b/.github/.files @@ -0,0 +1,19 @@ +.github/ +├── CODEOWNERS +├── CODE_OF_CONDUCT.md +├── CONTRIBUTING.md +├── FUNDING.yml +├── ISSUE_TEMPLATE/ +│ ├── bug_report.md +│ ├── feature_request.md +│ └── custom_template.md +├── PULL_REQUEST_TEMPLATE/ +│ └── pull_request_template.md +├── SECURITY.md +├── SUPPORT.md +├── workflows/ +│ └── ci.yml +├── dependabot.yml +├── GOVERNANCE.md +├── README_TEMPLATE.md +└── LICENSE.md \ No newline at end of file