Note
The original phased rollout checklist on this site has been retired. Official GitHub documentation now covers the same ground. Visit https://samqbush.github.io/copilot-adoption/ for links to official resources and the unique guides that are still maintained.
- Managing Copilot Usage-Based Billing — AI Credits budget strategy, configuration tips, and troubleshooting
- jekyll-gfm-admonitions for GitHub flavored alerts
- jekyll-toc for Table of Contents
- Requires GH Actions build & deploy due to the above custom plugins
# Remove unused gems
bundle clean --force
# Install gems & run local server
bundle install
JEKYLL_ENV=production bundle exec jekyll serve