├── .github └── ISSUE_TEMPLATE │ ├── blank-issue.md │ ├── create-agenda.md │ ├── custom.md │ ├── feature_request.md │ ├── guest-speaker-consent.md │ ├── guest_speaker_questions.md │ ├── start-a-new-make-a-guide-issue.md │ ├── template-for-UX-Experience-Profile.md │ ├── template-for-making-guides.md │ ├── template-for-pilot-testing.md │ ├── ui-ux_cop_workshops.md │ ├── update-content-for-readme-file.md │ └── update-team-roster.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/blank-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/blank-issue.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/create-agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/create-agenda.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/guest-speaker-consent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/guest-speaker-consent.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/guest_speaker_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/guest_speaker_questions.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/start-a-new-make-a-guide-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/start-a-new-make-a-guide-issue.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/template-for-UX-Experience-Profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/template-for-UX-Experience-Profile.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/template-for-making-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/template-for-making-guides.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/template-for-pilot-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/template-for-pilot-testing.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ui-ux_cop_workshops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/ui-ux_cop_workshops.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/update-content-for-readme-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/update-content-for-readme-file.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/update-team-roster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/.github/ISSUE_TEMPLATE/update-team-roster.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforla/UI-UX/HEAD/README.md --------------------------------------------------------------------------------