]> git.proxmox.com Git - cargo.git/blame - .github/PULL_REQUEST_TEMPLATE.md
bump version to 0.63.0-1~exp1~bpo11+pve2
[cargo.git] / .github / PULL_REQUEST_TEMPLATE.md
CommitLineData
c1a5a4c6 1<!-- homu-ignore:start -->
0926c3b9 2<!--
20017a24
EH
3NOTICE: Due to limited review capacity, the Cargo team is not accepting new
4features or major changes at this time. Please consult with the team before
5opening a new PR. Only issues that have been explicitly marked as accepted
6will be reviewed.
7
0926c3b9
WL
8Thanks for submitting a pull request 🎉! Here are some tips for you:
9
10* If this is your first contribution, read "Cargo Contribution Guide":
11 https://doc.crates.io/contrib/
12* Run `cargo fmt --all` to format your code changes.
13* Small commits and pull requests are always preferable and easy to review.
14* If your idea is large and needs feedback from the community, read how:
15 https://doc.crates.io/contrib/process/#working-on-large-features
16* Cargo takes care of compatibility. Read our design principles:
17 https://doc.crates.io/contrib/design.html
18* When changing help text of cargo commands, follow the steps to generate docs:
19 https://github.com/rust-lang/cargo/tree/master/src/doc#building-the-man-pages
20* If your PR is not finished, set it as "draft" PR or add "WIP" in its title.
21* It's ok to use the CI resources to test your PR, but please don't abuse them.
22
3d9d52f3 23### What does this PR try to resolve?
e0d02755 24
0926c3b9
WL
25Explain the motivation behind this change.
26A clear overview along with an in-depth explanation are helpful.
27
28You can use `Fixes #<issue number>` to associate this PR to an existing issue.
0926c3b9 29
3d9d52f3 30### How should we test and review this PR?
e0d02755 31
0926c3b9
WL
32Demonstrate how you test this change and guide reviewers through your PR.
33With a smooth review process, a pull request usually gets reviewed quicker.
34
35If you don't know how to write and run your tests, please read the guide:
36https://doc.crates.io/contrib/tests
0926c3b9
WL
37
38### Additional information
e0d02755
WL
39
40Other information you want to mention in this PR, such as prior arts,
0926c3b9
WL
41future extensions, an unresolved problem, or a TODO list.
42-->
c1a5a4c6 43<!-- homu-ignore:end -->