Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
/ response-templates Public archive

Templates for providing consistent responses in the GitHub Skills courses.

Notifications You must be signed in to change notification settings

skills/response-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caution

This repository has been archived and will be deleted in 90 days (July 15, 2025).
The content has been migrated to Exercise Toolkit.

Skills Response Templates

A collection of responses for use in Skills exercises.

Template Collections

  • /readme/* - templates intended for updating an exercise's root readme file.
  • /step-feedback/* - templates for sharing step progress, grading pass/fail, and congratulations. Typically used for issue comments.

Template Variables

Several templates contain mustache style variables. They are intended for use with the skills/action-text-variables GitHub Action, which supports full mustache templating.

Example

hello.md

Hello {{ login }}, nice to meet you!

json input

{
  "login": "${{ github.actor }}"
}

Tip

See mustache syntax for all capabilities like iteration and if/then logic.

About

Templates for providing consistent responses in the GitHub Skills courses.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks