Skip to content

Commit ad05ecc

Browse files
authored
Added changelog entry instruction to web-sys readme (#3999)
1 parent 6c02450 commit ad05ecc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

crates/web-sys/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ If you don't see a particular web API in `web-sys`, here is how to add it.
3232
2. Annotate the functions that can throw with `[Throws]`
3333
3. Run `cargo run --release --package wasm-bindgen-webidl -- webidls src/features ./Cargo.toml`
3434
4. Run `git add .` to add all the generated files into git.
35+
5. Add an entry in CHANGELOG.md like the following
36+
```md
37+
...
38+
39+
## Unreleased
40+
41+
### Added
42+
43+
...
44+
45+
* Added <your addition>
46+
[#1234](https://github.com/rustwasm/wasm-bindgen/pull/1234) # <- link to your PR
47+
```
48+

0 commit comments

Comments
 (0)