├── .github └── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── feature-suggestion.yml │ └── other.yml ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericwbailey/alfred-wcag-workflow/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-suggestion.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericwbailey/alfred-wcag-workflow/HEAD/.github/ISSUE_TEMPLATE/feature-suggestion.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/other.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericwbailey/alfred-wcag-workflow/HEAD/.github/ISSUE_TEMPLATE/other.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericwbailey/alfred-wcag-workflow/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ericwbailey/alfred-wcag-workflow/HEAD/README.md --------------------------------------------------------------------------------