├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── question.md ├── CODE_OF_CONDUCT.md ├── README.md ├── SECURITY.md └── SUPPORT.md /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/copilot-coding-agent/user-feedback/HEAD/SUPPORT.md --------------------------------------------------------------------------------