From e1c423ec5759d1d61e14944b3fd5409e0e68ad70 Mon Sep 17 00:00:00 2001 From: aaronreed708 <32913837+aaronreed708@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:27:07 -0400 Subject: [PATCH 1/3] Update GHC 2024 Session1 template --- .github/ISSUE_TEMPLATE/ghc2024session1.md | 63 +++++++++++++++++++---- 1 file changed, 53 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ghc2024session1.md b/.github/ISSUE_TEMPLATE/ghc2024session1.md index 4cede460..307561e0 100644 --- a/.github/ISSUE_TEMPLATE/ghc2024session1.md +++ b/.github/ISSUE_TEMPLATE/ghc2024session1.md @@ -7,21 +7,64 @@ assignees: '' --- - -## Scratch Pad +# Session 1 -* Itemize observations or takes notes here. +# Problems +1. Theme Builder doesn’t reference the WCAG rules required for each style & component -## Categories +2. Transition between Theme Builder and Figma and code is complex -### Bugs/Issues that were found +3. Theme Builder does not offer a clear solution for users with existing coded components. -* Item 1 -### Suggested Improvements +*Select one problem above to work on this session. Delete the two problems that you won't focus on* -* Item 1 +## How Might We -### Suggested Features +The facilitator will prompt you to convert the problem that was chosen to opportunities using the How Might We (HMW) method -* Item 1 +1. How might we... +2. How might we... +3. How might we... +4. How might we... +5. How might we... +6. How might we... +7. How might we... +8. How might we... +9. How might we... +10. How might we... + +After you have at least 10 HMWs, select the one that you believe has the most potential to generate impact + +Make bold the HMW that you selected. + +## Brainstorm + +Bring your HMW and post it here: "" + +Brainstorm on possible solutions for the selected HMW and post one solution per numbered list item. + +### Scratch pad +All ideas are good ideas! + +1. Solution 1: +2. Solution 2: +3. Solution 3: +4. Solution 4: +5. Solution 5: +6. Solution 6: +7. Solution 7: +8. Solution 8: +9. Solution 9: +10. Solution 10: + +Before you go, make bold your top three solutions. + +CONGRATS! You have become an Accessibility Theme Builder contributor. +--- + +Join our Slack: https://github.com/finos/a11y-theme-builder/wiki/Communication#communication-channels + +Join our weekly calls: https://github.com/finos/a11y-theme-builder/wiki/Communication#meetings + +Contribute: Reach out to a maintainer and get started today! From 1f51b51f3bd3c50dcc919083fae4ed778597bb4f Mon Sep 17 00:00:00 2001 From: aaronreed708 <32913837+aaronreed708@users.noreply.github.com> Date: Fri, 4 Oct 2024 02:33:11 -0400 Subject: [PATCH 2/3] Update GHC 2024 Session2 template --- .github/ISSUE_TEMPLATE/ghc2024session2.md | 66 +++++++++++++++++------ 1 file changed, 51 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ghc2024session2.md b/.github/ISSUE_TEMPLATE/ghc2024session2.md index e765b5a5..724b9599 100644 --- a/.github/ISSUE_TEMPLATE/ghc2024session2.md +++ b/.github/ISSUE_TEMPLATE/ghc2024session2.md @@ -7,21 +7,57 @@ assignees: '' --- - -## Scratch Pad - -* Itemize observations or takes notes here. - -## Categories - -### Bugs/Issues that were found - -* Item 1 - -### Suggested Improvements +# Session 2 +## Instructions +1. Follow along with the demo to create a new theme with Theme Builder +2. Below, log any issues you come across as you create your theme +3. If you have time, categorize the issues you found into + a. New Feature + b. Bug + c. UX/Accessibility problem + + +## Scratch pad +All ideas are good ideas. All issues found are good issues found! + +### Issues found +1. Issue: +2. Issue: +3. Issue: +4. Issue: +5. Issue: +6. Issue: +7. Issue: +8. Issue: +9. Issue: +10. Issue: + +## Issues by category +### Bugs +1. Issue: +2. Issue: +3. Issue: +4. Issue: +5. Issue: + +### New Feature +1. Issue: +2. Issue: +3. Issue: + +### UX/Accessibility problems +1. Issue: +2. Issue: +3. Issue: +4. Issue: +5. Issue: + + +CONGRATS! You have become an Accessibility Theme Builder contributor. +--- -* Item 1 +Join our Slack: https://github.com/finos/a11y-theme-builder/wiki/Communication#communication-channels -### Suggested Features +Join our weekly calls: https://github.com/finos/a11y-theme-builder/wiki/Communication#meetings -* Item 1 +Contribute: Reach out to a maintainer and get started today! From 2862be35dd19edf6e97a77f8dbee3cd1f5e21ebf Mon Sep 17 00:00:00 2001 From: aaronreed708 <32913837+aaronreed708@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:46:59 -0400 Subject: [PATCH 3/3] Update problem links in session 1 template --- .github/ISSUE_TEMPLATE/ghc2024session1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ghc2024session1.md b/.github/ISSUE_TEMPLATE/ghc2024session1.md index 307561e0..98abaa0c 100644 --- a/.github/ISSUE_TEMPLATE/ghc2024session1.md +++ b/.github/ISSUE_TEMPLATE/ghc2024session1.md @@ -10,11 +10,11 @@ assignees: '' # Session 1 # Problems -1. Theme Builder doesn’t reference the WCAG rules required for each style & component +1. [Theme Builder doesn’t reference the WCAG rules required for each style & component](https://github.com/finos/a11y-theme-builder/issues/1037) -2. Transition between Theme Builder and Figma and code is complex +2. [Transition between Theme Builder and Figma and code is complex](https://github.com/finos/a11y-theme-builder/issues/1038) -3. Theme Builder does not offer a clear solution for users with existing coded components. +3. [Theme Builder does not offer a clear solution for users with existing coded components](https://github.com/finos/a11y-theme-builder/issues/1039) *Select one problem above to work on this session. Delete the two problems that you won't focus on*