1
1
This repository hosts the [ Fetch Standard] ( https://fetch.spec.whatwg.org/ ) .
2
2
3
- ### Code of conduct
3
+ ## Code of conduct
4
4
5
- We are committed to providing a friendly, safe and welcoming environment for all. Please read and
5
+ We are committed to providing a friendly, safe, and welcoming environment for all. Please read and
6
6
respect the [ WHATWG Code of Conduct] ( https://whatwg.org/code-of-conduct ) .
7
7
8
- ### Contribution opportunities
8
+ ## Contribution opportunities
9
9
10
10
Folks notice minor and larger issues with the Fetch Standard all the time and we'd love your help
11
11
fixing those. Pull requests for typographical and grammar errors are also most welcome.
12
12
13
13
We'd be happy to mentor you through this process. If you're interested and need help getting
14
- started, leave a comment on the issue or ask around [ on IRC] ( https://wiki. whatwg.org/wiki/IRC ) .
14
+ started, leave a comment on the issue or ask around [ on IRC] ( https://whatwg.org/irc ) .
15
15
16
- ### Pull requests
16
+ ## Pull requests
17
17
18
18
In short, change ` fetch.bs ` and submit your patch, with a
19
19
[ good commit message] ( https://github.com/whatwg/meta/blob/master/COMMITTING.md ) . Consider
@@ -22,14 +22,13 @@ reading through the [WHATWG FAQ](https://whatwg.org/faq) if you are new here.
22
22
Please add your name to the Acknowledgments section in your first pull request, even for trivial
23
23
fixes. The names are sorted lexicographically.
24
24
25
- If you want to preview the spec locally, you can either use a locally installed copy of
26
- [ Bikeshed] ( https://github.com/tabatkins/bikeshed ) by running ` make ` or use the HTTP API version by
27
- running ` make remote ` .
25
+ ## Building "locally"
28
26
29
- If you want to do a complete "local deploy" including commit and/or branch snapshots, run
30
- ` make deploy ` .
27
+ For quick local iteration, run ` make ` . To verify your changes locally, run ` make deploy ` . See more
28
+ in the
29
+ [ WHATWG Contributor Guidelines] ( https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md#building ) .
31
30
32
- #### Formatting
31
+ ## Formatting
33
32
34
33
Use a column width of 100 characters.
35
34
81
80
End tags must be omitted when possible and attribute values must not be quoted (if necessary, use
82
81
double quotes).
83
82
84
- ### Merge policy
83
+ ## Merge policy
85
84
86
85
If you can commit to this repository, see the
87
86
[ maintainer guidelines] ( https://github.com/whatwg/meta/blob/master/MAINTAINERS.md ) .
88
87
89
- ### Tests
88
+ ## Tests
90
89
91
90
Tests can be found in the ` fetch/ ` directory of
92
- [ web-platform-tests] ( https://github.com/w3c/ web-platform-tests ) .
91
+ [ web-platform-tests/wpt ] ( https://github.com/web-platform-tests/wpt ) .
0 commit comments