/contributor-resources

Helpful information and resources for volunteer contributors to the WP Training Team

GNU General Public License v3.0GPL-3.0

Contributor Resources

Helpful information and resources for volunteer contributors to the WP Training Team

How-to Screencasts

Fork a Repo (Repository)

https://cl.ly/07380s0z3r16

Edit a Lesson Plan

https://youtu.be/-QnjJIFlQyU

Submit an Issue

https://screencast-o-matic.com/watch/cFejIGDoth

Slides in Lesson Plans

Add the following to the lesson plan's Materials Needed section and change the "repo-name" part of the URL to the repo name for that lesson plan. This link will not work until the pull request for the lesson plan has been merged into the wptrainingteam's dev branch.

> [Slides](https://rawgit.com/wptrainingteam/repo-name/dev/slides/index.html) (included in this repo)

Icons in Lesson Plans

The Make site had the ability to add alert boxes to lesson plans. We have lost that in the move to GitHub. However, we have chosen to use icons as a replacement.

The alert boxes in Make, which when migrated appear as shortcodes, should be converted as follows:

  • [info]
  • [tip]
  • [alert]
  • [warning]

To use these icons in Markdown for any lesson plan here on GitHub, copy and paste these links (including the blockquote marker) into the lesson plans:

> ![](https://raw.githubusercontent.com/wptrainingteam/contributor-resources/master/images/info.png)
> ![](https://raw.githubusercontent.com/wptrainingteam/contributor-resources/master/images/lightbulb.png)
> ![](https://raw.githubusercontent.com/wptrainingteam/contributor-resources/master/images/flag.png)
> ![](https://raw.githubusercontent.com/wptrainingteam/contributor-resources/master/images/dismiss.png)