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