Skip to content

mmccool/wot

This branch is 415 commits behind w3c/wot:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 16, 2019
Oct 19, 2023
Oct 11, 2023
Jun 27, 2023
Oct 31, 2017
Oct 24, 2019
Aug 9, 2023
Jun 22, 2018
Oct 18, 2023
Oct 11, 2023
Oct 11, 2023
Oct 11, 2023
Feb 9, 2017
Sep 4, 2017
Nov 17, 2019
Mar 20, 2018
Feb 14, 2019
Apr 19, 2022
Jun 12, 2019
Mar 4, 2020
Jun 18, 2019
Aug 28, 2019
Sep 12, 2022
Sep 12, 2022
Dec 22, 2022
Sep 7, 2022
Feb 10, 2021
Mar 7, 2019

Repository files navigation

Web of Things (WoT) General Repository

Follow on Twitter Stack Exchange questions

General information about the Web of Things can be found on https://www.w3.org/WoT/.


This is a repository for the W3C Web of Things Interest Group.

This repository is mainly for archival and general logistics. For work on a specific topic, one of the other repositories dedicated to that topic may be more relevant:

How to Get Involved

Web-site based Pull-Request

  • Fork the w3c/wot repository into your own account (button in the top right corner)
  • Navigate to a file in your master branch that you want to change (e.g., http://github.com/{your-account}/wot/blob/master/charters/wot-ig-2016.html or http://github.com/{your-account}/wot/blob/master/charters/wot-wg-2016.html)
  • Click the edit icon in the upper right (pen next to Raw/Blame/History)
  • Make your edits (e.g., directly in the online editor or by copying the text to your favorite editor and back)
  • Give a meaningful commit message (i.e., do not leave "Update ...")
  • Choose Create a new branch for this commit and start a pull request and give a proper name (e.g., charters-ig-scope-plugfest)
  • Click Propose file change
  • Skip the form, since you do not want to create a PR to your fork. Instead, go to https://github.com/w3c/wot, where GitHub will have found your new branch and will offer to open a pull-request (base fork: w3c/wot, base: master ... head fork: {your-account}/wot, compare: {your-branch}).
  • If you have a separate change proposal for the same file, go back to your master branch and repeat the process from clicking the edit icon.
  • If the pull-request discussion expects you to update your change proposal, go to your branch corresponding to the PR, click the edit icon, and commit directly to that branch.

Command-line based Pull-Request

  • Fork the w3c/wot repository into your own account
  • Create a branch in your fork for one particular topic (e.g., a single IG scope item) with a proper name (e.g., charter-ig-scope-plugfest)
  • Make your edits and commit
  • Push the new branch to your own repository fork
  • GitHub will automatically offer to open a pull-request to w3c/wot (from your new branch to master)

Github Help

Packages

No packages published

Languages

  • HTML 78.7%
  • Python 11.6%
  • JavaScript 5.7%
  • CSS 3.1%
  • Other 0.9%