|
| 1 | +# Release 6.3.0 — GitHub Copilot Enterprise Setup Guide (VA) |
| 2 | + |
| 3 | +Date: 2025-08-19 |
| 4 | +Tag: v6.3.0 |
| 5 | + |
| 6 | +## Highlights |
| 7 | +- First public release of the interactive Reveal.js guide tailored for VA employees |
| 8 | +- Canonical printable artifact: "GitHub Copilot Setup Guide (for VA Employees).pdf" |
| 9 | +- Accessibility improvements and SEO metadata |
| 10 | +- Bundled Reveal.js and plugins to work offline on GitHub Pages |
| 11 | + |
| 12 | +## New |
| 13 | +- index.html interactive guide with table of contents, navigation bar, keyboard access, and copy-to-clipboard for prompt blocks |
| 14 | +- Printable PDF available via "Printable Version" button |
| 15 | +- PowerShell scripts for productivity and compliance: |
| 16 | + - Add-LicenseHeaders.ps1 |
| 17 | + - Clean-Workspace.ps1 |
| 18 | + - Generate-ProductivityReport.ps1 |
| 19 | + - Validate-Syntax.ps1 |
| 20 | + - Validate-WorkspaceSetup.ps1 |
| 21 | + - tasks.json (VS Code tasks) |
| 22 | +- Prompt templates under prompts/ for VA roles and domains |
| 23 | +- Documentation: README, CHANGELOG, CONTRIBUTING, CODE_OF_CONDUCT, SECURITY, DISCLAIMER |
| 24 | + |
| 25 | +## Changes |
| 26 | +- Robust Reveal.js initialization to avoid blank page during GitHub Pages load |
| 27 | +- Correct canonical/og:url for project pages path |
| 28 | +- All “Printable Version” links now target the repository PDF |
| 29 | + |
| 30 | +## Fixed |
| 31 | +- Duplicate TOC entry removed; various small content cleanups |
| 32 | + |
| 33 | +## Compatibility |
| 34 | +- Hosted via GitHub Pages (project site): https://kcoderva.github.io/GitHub-Copilot-Setup-Guide/ |
| 35 | +- All assets referenced using project-relative paths compatible with Pages |
| 36 | + |
| 37 | +## Checks |
| 38 | +- Lint/syntax: HTML validated; no build system required |
| 39 | +- Accessibility: basic WCAG/508 considerations included; further audit planned |
| 40 | + |
| 41 | +## How to use |
| 42 | +- Open `index.html` for the interactive guide |
| 43 | +- Click "Printable Version" to download the PDF for printing/distribution |
| 44 | + |
| 45 | +## Acknowledgements |
| 46 | +- Reveal.js (MIT) and highlight.js; upstream license included in `dependencies/LICENSE.txt` |
0 commit comments