-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta: update repository files #794
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 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 Standard?" | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: "Thank you for taking the time to improve the URL 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 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 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,18 +1,21 @@ | ||
<!-- | ||
Thank you for contributing to the URL Standard! Please describe the change you are making and complete the checklist below if your change is not editorial. | ||
When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes. | ||
If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging. | ||
--> | ||
|
||
- [ ] At least two implementers are interested (and none opposed): | ||
* … | ||
* … | ||
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at: | ||
* … | ||
* … <!-- If these tests are tentative, link a PR to make them non-tentative. --> | ||
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed: | ||
* Chromium: … | ||
* Gecko: … | ||
* WebKit: … | ||
* Deno: … | ||
* Node.js: … | ||
- [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: … | ||
- [ ] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use. <!-- If you created this PR from a single commit, Github copied its message. Otherwise, you need to add a commit message yourself. --> | ||
|
||
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.) |
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,13 @@ | ||
## Implementations | ||
|
||
A complete JavaScript implementation of the standard can be found at | ||
[jsdom/whatwg-url](https://github.com/jsdom/whatwg-url). This implementation is kept synchronized | ||
with the standard and tests. | ||
|
||
A complete C++ implementation of the standard can be found at | ||
[ada-url/ada](https://github.com/ada-url/ada). This implementation is kept synchronized | ||
with the standard and tests, and is currently used in [Node.js](https://github.com/nodejs/node). | ||
|
||
The [Live URL Viewer](https://jsdom.github.io/whatwg-url/) lets you manually test-parse any URL, | ||
comparing your browser's URL parser to that of | ||
[jsdom/whatwg-url](https://github.com/jsdom/whatwg-url). |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We end up regressing on this, but that seems acceptable to me.