Skip to content

Commit 0926c3b

Browse files
committed
The first version of pull request template
We're trying to extract information out off the head of contributors. Hope this help the review process more friendly for everyone.
1 parent 3787309 commit 0926c3b

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Thanks for submitting a pull request 🎉! Here are some tips for you:
3+
4+
* If this is your first contribution, read "Cargo Contribution Guide":
5+
https://doc.crates.io/contrib/
6+
* Run `cargo fmt --all` to format your code changes.
7+
* Small commits and pull requests are always preferable and easy to review.
8+
* If your idea is large and needs feedback from the community, read how:
9+
https://doc.crates.io/contrib/process/#working-on-large-features
10+
* Cargo takes care of compatibility. Read our design principles:
11+
https://doc.crates.io/contrib/design.html
12+
* When changing help text of cargo commands, follow the steps to generate docs:
13+
https://github.com/rust-lang/cargo/tree/master/src/doc#building-the-man-pages
14+
* If your PR is not finished, set it as "draft" PR or add "WIP" in its title.
15+
* It's ok to use the CI resources to test your PR, but please don't abuse them.
16+
17+
Please DELETE all these comments before submitting the PR.
18+
-->
19+
20+
### What this PR tries to resolve?
21+
<!--
22+
Explain the motivation behind this change.
23+
A clear overview along with an in-depth explanation are helpful.
24+
25+
You can use `Fixes #<issue number>` to associate this PR to an existing issue.
26+
-->
27+
28+
### How to test and review this PR?
29+
<!--
30+
Demonstrate how you test this change and guide reviewers through your PR.
31+
With a smooth review process, a pull request usually gets reviewed quicker.
32+
33+
If you don't know how to write and run your tests, please read the guide:
34+
https://doc.crates.io/contrib/tests
35+
-->
36+
37+
### Additional information
38+
<!--
39+
Other information you want to mention in this PR, suck as prior arts,
40+
future extensions, an unresolved problem, or a TODO list.
41+
-->

0 commit comments

Comments
 (0)