w3c/testing-task-forces

Name: testing-task-forces

Owner: World Wide Web Consortium

Description: Deliverables of the various testing task forces.

Created: 2013-02-21 14:04:09.0

Updated: 2017-12-29 03:35:34.0

Pushed: 2013-02-22 17:32:47.0

Homepage: null

Size: 135

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The documents in this repository are deliverables of the W3C Testing Task Forces. More information is available from the Wiki.

Editing these documents

These document are developed using ReSpec which now handles Markdown syntax. The only thing you need to get start is a browser and a text editor. Make your changes to any html file and drag it into a browser, ReSpec will compile it into a properly formatted doc on the fly.

Using GitHub

Please do not commit directly to the main repository even if you have commit rights.

Instead, please fork the repository to your own GitHub account, then clone it to your local repository.

$ git clone git@github.com:{{YOUR_USER_NAME}}/testing-task-forces.git
$ git remote add origin git@github.com:{{YOUR_USER_NAME}}/testing-task-forces.git

Also add W3C's repository as a remote repository. This will allow you to easily keep up to date with the canonical repo.

$ git remote add w3c git@github.com:w3c/testing-task-forces.git

When you want to work on a new feature, please first update your local repository with whatever changes have been made to W3C's repository.

$ git fetch w3c
$ git rebase w3c/gh-pages gh-pages

You may then create a feature branch:

$ git checkout -b {{YOUR_FEATURE_NAME}}

Once you're satisfied with your changes, commit and push them to your own GitHub repository:

$ git commit -m "{{YOUR_COMMIT_MESSAGE}}"
$ git push origin gh-pages

Navigate to your GitHub account and send pull requests to the main repository from there.

Please note that the main branch is gh-pages, as this allows automatically publishing the document on GitHub pages as described in Using GitHub for Spec Work.

References

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.