-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: update the standard for the WHATWG move
* Update repository files using whatwg/spec-factory. * Use the WHATWG template. * Add an Acknowledgments section and IPR statement. * Sentence-case all headings. * Add missing example IDs. * Fix some markup in the introductory example to work well with WHATWG styling. * Fix some invalid HTML, double-"the" typos, and usage of "and/or" disallowed by the linter. * Reword some disallowed uses of RFC 2119 keywords, and mark up some uses of "optional" as allowed. Part of #190. See also whatwg/sg#215.
- Loading branch information
Showing
17 changed files
with
632 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: New issue | ||
description: File a new issue against the URL Pattern Standard. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before filling out this form, please familiarize yourself with the [Code of Conduct](https://whatwg.org/code-of-conduct). You might also find the [FAQ](https://whatwg.org/faq) and [Working Mode](https://whatwg.org/working-mode) useful. | ||
If at any point you have questions, please reach out to us on [Chat](https://whatwg.org/chat). | ||
- type: textarea | ||
attributes: | ||
label: "What is the issue with the URL Pattern Standard?" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to improve the URL Pattern Standard!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: New feature | ||
description: Request a new feature in the URL Pattern Standard. | ||
labels: ["addition/proposal", "needs implementer interest"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Before filling out this form, please familiarize yourself with the [Code of Conduct](https://whatwg.org/code-of-conduct), [FAQ](https://whatwg.org/faq), and [Working Mode](https://whatwg.org/working-mode). They help with setting expectations and making sure you know what is required. The FAQ ["How should I go about proposing new features to WHATWG standards?"](https://whatwg.org/faq#adding-new-features) is especially relevant. | ||
If at any point you have questions, please reach out to us on [Chat](https://whatwg.org/chat). | ||
- type: textarea | ||
attributes: | ||
label: "What problem are you trying to solve?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "What solutions exist today?" | ||
- type: textarea | ||
attributes: | ||
label: "How would you solve it?" | ||
- type: textarea | ||
attributes: | ||
label: "Anything else?" | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to improve the URL Pattern Standard!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Chat | ||
url: https://whatwg.org/chat | ||
about: Please do reach out with questions and feedback! | ||
- name: Stack Overflow | ||
url: https://stackoverflow.com/ | ||
about: If you're having trouble building a web page, this is not the right repository. Consider asking your question on Stack Overflow instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/out/ | ||
/urlpattern.spec.whatwg.org/ | ||
/deploy.sh | ||
/spec.html | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
{ | ||
"src_file": "spec.bs", | ||
"type": "bikeshed" | ||
"type": "bikeshed", | ||
"params": { | ||
"force": 1, | ||
"md-status": "LS-PR", | ||
"md-Text-Macro": "PR-NUMBER {{ pull_request.number }}" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.