From 833fb9b62dcc4b16e214f76cce42e83377d9279e Mon Sep 17 00:00:00 2001 From: Travis Leithead Date: Fri, 6 Aug 2021 15:49:12 -0700 Subject: [PATCH 1/3] Adding Web Editing WG include files --- .../boilerplate/webediting/copyright.include | 1 + .../boilerplate/webediting/defaults.include | 4 ++ .../boilerplate/webediting/footer.include | 52 +++++++++++++++++++ .../boilerplate/webediting/header.include | 28 ++++++++++ bikeshed/boilerplate/webediting/logo.include | 3 ++ .../boilerplate/webediting/status-ED.include | 32 ++++++++++++ .../boilerplate/webediting/status-WD.include | 29 +++++++++++ 7 files changed, 149 insertions(+) create mode 100644 bikeshed/boilerplate/webediting/copyright.include create mode 100644 bikeshed/boilerplate/webediting/defaults.include create mode 100644 bikeshed/boilerplate/webediting/footer.include create mode 100644 bikeshed/boilerplate/webediting/header.include create mode 100644 bikeshed/boilerplate/webediting/logo.include create mode 100644 bikeshed/boilerplate/webediting/status-ED.include create mode 100644 bikeshed/boilerplate/webediting/status-WD.include diff --git a/bikeshed/boilerplate/webediting/copyright.include b/bikeshed/boilerplate/webediting/copyright.include new file mode 100644 index 0000000000..6e96f4a90f --- /dev/null +++ b/bikeshed/boilerplate/webediting/copyright.include @@ -0,0 +1 @@ +Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and permissive document license rules apply. diff --git a/bikeshed/boilerplate/webediting/defaults.include b/bikeshed/boilerplate/webediting/defaults.include new file mode 100644 index 0000000000..0850c80253 --- /dev/null +++ b/bikeshed/boilerplate/webediting/defaults.include @@ -0,0 +1,4 @@ +{ + "Include Mdn Panels": "if possible", + "Mailing List Archives": "https://lists.w3.org/Archives/Public/public-editing-tf/" +} \ No newline at end of file diff --git a/bikeshed/boilerplate/webediting/footer.include b/bikeshed/boilerplate/webediting/footer.include new file mode 100644 index 0000000000..765ee45f42 --- /dev/null +++ b/bikeshed/boilerplate/webediting/footer.include @@ -0,0 +1,52 @@ + +
+

Conformance

+ +

Document conventions

+ +

Conformance requirements are expressed with a combination of + descriptive assertions and RFC 2119 terminology. The key words “MUST”, + “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, + “RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this + document are to be interpreted as described in RFC 2119. + However, for readability, these words do not appear in all uppercase + letters in this specification. + +

All of the text of this specification is normative except sections + explicitly marked as non-normative, examples, and notes. + \[RFC2119]

+ +

Examples in this specification are introduced with the words “for example” + or are set apart from the normative text with class="example", + like this: + +

+

This is an example of an informative example.

+
+ +

Informative notes begin with the word “Note” and are set apart from the + normative text with class="note", like this: + +

Note, this is an informative note.

+ + + +

Conformant Algorithms

+ +

Requirements phrased in the imperative as part of algorithms (such as + "strip any leading space characters" or "return false and abort these + steps") are to be interpreted with the meaning of the key word ("must", + "should", "may", etc) used in introducing the algorithm.

+ +

Conformance requirements phrased as algorithms or specific steps can be + implemented in any manner, so long as the end result is equivalent. In + particular, the algorithms defined in this specification are intended to + be easy to understand and are not intended to be performant. Implementers + are encouraged to optimize.

+
+. + + + diff --git a/bikeshed/boilerplate/webediting/header.include b/bikeshed/boilerplate/webediting/header.include new file mode 100644 index 0000000000..d0f74fc84e --- /dev/null +++ b/bikeshed/boilerplate/webediting/header.include @@ -0,0 +1,28 @@ + + + + + + [TITLE] + + + +
+

+

[TITLE]

+

[LONGSTATUS], +

+
+
+ +
+
+ +
+ +

Status of this document

+
+
+ + +
diff --git a/bikeshed/boilerplate/webediting/logo.include b/bikeshed/boilerplate/webediting/logo.include new file mode 100644 index 0000000000..e728a3951a --- /dev/null +++ b/bikeshed/boilerplate/webediting/logo.include @@ -0,0 +1,3 @@ + diff --git a/bikeshed/boilerplate/webediting/status-ED.include b/bikeshed/boilerplate/webediting/status-ED.include new file mode 100644 index 0000000000..ee9fab2fb5 --- /dev/null +++ b/bikeshed/boilerplate/webediting/status-ED.include @@ -0,0 +1,32 @@ +

+ This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/. +

+ +

+ This document was published by the Web Editing Working Group + as an Editors Draft. This document is intended to become a W3C Recommendation. +

+ +

[STATUSTEXT]

+ +

+ This document was published by the Web Editing Working Group + as a Working Draft. + + Feedback and comments on this specification are welcome. Please use + GitHub issues + Historical discussions can be found in the + public-editing-tf@w3.org archives. +

+ +

+ Publication as an Editors Draft does not imply endorsement by the + W3C Membership. This is a draft document and may + be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite + this document as other than work in progress. +

+

+ This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy. +

+

This document is governed by the 15 September 2020 W3C Process Document. +

diff --git a/bikeshed/boilerplate/webediting/status-WD.include b/bikeshed/boilerplate/webediting/status-WD.include new file mode 100644 index 0000000000..0f6a70f558 --- /dev/null +++ b/bikeshed/boilerplate/webediting/status-WD.include @@ -0,0 +1,29 @@ +

+ This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at https://www.w3.org/TR/. +

+ +

+ This document was published by the Web Editing Working Group + as a Working Draft. This document is intended to become a W3C Recommendation. +

+ +

[STATUSTEXT]

+ +

+ This document was published by the Web Editing Working Group + as a Working Draft. + + Feedback and comments on this specification are welcome. Please use + GitHub issues + Historical discussions can be found in the + public-editing-tf@w3.org archives. +

+ +

+ Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress. +

+

+ This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy. +

+

This document is governed by the 15 September 2020 W3C Process Document. +

From f24cb0a678763b726b211f812bf635a140dc2a41 Mon Sep 17 00:00:00 2001 From: Travis Leithead Date: Fri, 6 Aug 2021 15:51:11 -0700 Subject: [PATCH 2/3] fix line ending --- bikeshed/boilerplate/webediting/defaults.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bikeshed/boilerplate/webediting/defaults.include b/bikeshed/boilerplate/webediting/defaults.include index 0850c80253..0967059198 100644 --- a/bikeshed/boilerplate/webediting/defaults.include +++ b/bikeshed/boilerplate/webediting/defaults.include @@ -1,4 +1,4 @@ { "Include Mdn Panels": "if possible", "Mailing List Archives": "https://lists.w3.org/Archives/Public/public-editing-tf/" -} \ No newline at end of file +} From 3696bceacb07030cfb2491697d11e1d7cfd29392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:04:17 +0000 Subject: [PATCH 3/3] chore(deps): bump pygithub in /.github/workflows/update-tests Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.55 to 1.58.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/master/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.55...v1.58.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tests/requirements.txt b/.github/workflows/update-tests/requirements.txt index c8331448df..c06c1aa9c3 100644 --- a/.github/workflows/update-tests/requirements.txt +++ b/.github/workflows/update-tests/requirements.txt @@ -1 +1 @@ -PyGithub==1.55 +PyGithub==1.58.0