├── .git2gus └── config.json ├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DevOps Center FAQ.pdf ├── KNOWNISSUES.md ├── LICENSE.txt ├── README.md ├── RELEASENOTES.md ├── SECURITY.md └── how_to_license.md /.git2gus/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/.git2gus/config.json -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DevOps Center FAQ.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/DevOps Center FAQ.pdf -------------------------------------------------------------------------------- /KNOWNISSUES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/KNOWNISSUES.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/README.md -------------------------------------------------------------------------------- /RELEASENOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/RELEASENOTES.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/SECURITY.md -------------------------------------------------------------------------------- /how_to_license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forcedotcom/devops-center-feedback/HEAD/how_to_license.md --------------------------------------------------------------------------------