├── .github ├── ISSUE_TEMPLATE │ └── issue_form.yaml └── fabricbot.json ├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md └── SECURITY.md /.github/ISSUE_TEMPLATE/issue_form.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/.github/ISSUE_TEMPLATE/issue_form.yaml -------------------------------------------------------------------------------- /.github/fabricbot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/.github/fabricbot.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/Windows-Dev-Performance/HEAD/SECURITY.md --------------------------------------------------------------------------------