├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question-about-template.md └── workflows │ └── gha-add-pr-comment.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── PULL_REQUEST_TEMPLATE.md ├── README.md └── templates └── htmlreqres.hbs /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question-about-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/.github/ISSUE_TEMPLATE/question-about-template.md -------------------------------------------------------------------------------- /.github/workflows/gha-add-pr-comment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/.github/workflows/gha-add-pr-comment.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/README.md -------------------------------------------------------------------------------- /templates/htmlreqres.hbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MarcosEllys/awesome-newman-html-template/HEAD/templates/htmlreqres.hbs --------------------------------------------------------------------------------