├── .github ├── ISSUE_TEMPLATE │ ├── change-request.md │ ├── error-report.md │ └── question.md └── pull_request_template.md ├── .gitignore ├── .vaunt └── config.yaml ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── resources └── Dong&Gao-TechComm Journal-2023 with covers.pdf /.github/ISSUE_TEMPLATE/change-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.github/ISSUE_TEMPLATE/change-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/error-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.github/ISSUE_TEMPLATE/error-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.gitignore -------------------------------------------------------------------------------- /.vaunt/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/.vaunt/config.yaml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/README.md -------------------------------------------------------------------------------- /resources/Dong&Gao-TechComm Journal-2023 with covers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilin90/awesome-technical-communication/HEAD/resources/Dong&Gao-TechComm Journal-2023 with covers.pdf --------------------------------------------------------------------------------