2017-10-30 11:57:45 +00:00
|
|
|
fixes #ISSUE_ID
|
|
|
|
|
2017-11-03 11:35:43 +00:00
|
|
|
:tada: Hi and welcome! Please read the text below and remove it - Thank you! :tada:
|
2017-10-30 11:57:45 +00:00
|
|
|
|
2017-10-30 12:05:53 +00:00
|
|
|
No worries if anything in these lists is unclear. Just submit the PR and ask away! :+1:
|
2017-10-30 11:57:45 +00:00
|
|
|
|
|
|
|
--------------------------
|
|
|
|
### Things to check before submitting a PR
|
|
|
|
|
|
|
|
- [ ] the tests are passing locally with `cargo test`
|
|
|
|
- [ ] cookbook renders correctly in `mdbook serve -o`
|
|
|
|
- [ ] commits are squashed into one and rebased to latest master
|
2017-11-03 11:35:43 +00:00
|
|
|
- [ ] PR contains correct "fixes #ISSUE_ID" clause to autoclose the issue on PR merge
|
|
|
|
- if issue does not exist consider creating it or remove the clause
|
2019-09-19 18:04:37 +00:00
|
|
|
- [ ] spell check runs without errors `./ci/spellcheck.sh`
|
2018-07-10 21:07:24 +00:00
|
|
|
- [ ] link check runs without errors `link-checker ./book`
|
2017-10-30 11:57:45 +00:00
|
|
|
- [ ] non rendered items are in sorted order (links, reference, identifiers, Cargo.toml)
|
2017-11-03 11:35:43 +00:00
|
|
|
- [ ] 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)
|
2018-04-25 22:30:19 +00:00
|
|
|
- [ ] code identifiers in description are in hyperlinked backticks
|
2017-10-30 11:57:45 +00:00
|
|
|
```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
|
2017-11-03 11:35:43 +00:00
|
|
|
|
|
|
|
Thank you for reading, you may now delete this text! Thank you! :smile:
|