mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 03:23:05 +00:00
Update github pull request template after CC0 licensing change
This commit is contained in:
parent
843e73ad21
commit
885130c73f
1 changed files with 1 additions and 2 deletions
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -15,13 +15,12 @@ No worries if anything in these lists is unclear. Just submit the PR and ask awa
|
|||
- [ ] non rendered items are in sorted order (links, reference, identifiers, Cargo.toml)
|
||||
- [ ] links to docs.rs have wildcard version `https://docs.rs/tar/*/tar/struct.Entry.html`
|
||||
- [ ] example has standard [error handling](https://rust-lang-nursery.github.io/rust-cookbook/about.html#a-note-about-error-handling)
|
||||
- [ ] code identifiers in description are in hyperlinked backticks
|
||||
- [ ] code identifiers in description are in hyperlinked backticks
|
||||
```markdown
|
||||
[`Entry::unpack`]: https://docs.rs/tar/*/tar/struct.Entry.html#method.unpack
|
||||
```
|
||||
|
||||
### Things to do after submitting PR
|
||||
- [ ] check if CI is happy with your PR
|
||||
- [ ] drop a comment on https://github.com/rust-lang-nursery/rust-cookbook/issues/209 if you consent to repository being relicensed with [CC0 license](https://creativecommons.org/choose/zero/) :+1:
|
||||
|
||||
Thank you for reading, you may now delete this text! Thank you! :smile:
|
||||
|
|
Loading…
Reference in a new issue