-
Notifications
You must be signed in to change notification settings - Fork 266
Creating a PR
=== Github step-by-step ===
Review the Github primer
==== Create a local working environment ====
-
Follow the steps in Setting up a desktop environment
-
With the github client opened, and https://github.com/w3c/wcag cloned locally with the main branch selected, choose New branch (either from the button, or the Branch menu) and give it a meaningful name; normally we suggest calling it the name of the issue it is trying to address, plus some context. For a change to a technique, you could use the technique number (for example "1234-H39"); for a change to an understanding document, you can use the issue plus understanding document shortname, (for example "1234-Focus-Visible") from main;
-
Locate the file you want to edit by following the directory structure to the Techniques or Understanding folders, then choose whichever subfolder to reach your file (the Understanding documents are divided by WCAG version; the Techniques are divided by type).
-
Create a pull request (link, top-right). Make sure the first option is the working branch (e.g. 'main') and the second is your new branch.