Skip to content

Commit ed671fc

Browse files
celinvaltautschnigzhassan-aws
authored
Update PR template (rust-lang#2791)
Change the template to be more concise to address the team's concern that the template was too verbose. The new template is also cleaner since we are now using the PR description as the base for the commit message. --------- Co-authored-by: Michael Tautschnig <[email protected]> Co-authored-by: Zyad Hassan <[email protected]>
1 parent a20437a commit ed671fc

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,11 @@
1-
2-
### Description of changes:
3-
4-
Describe Kani's current behavior and how your code changes that behavior. If there are no issues this PR is resolving, explain why this change is necessary.
5-
6-
### Resolved issues:
1+
> Please ensure your PR description includes the following:
2+
> 1. A description of how your changes improve Kani.
3+
> 2. Some context on the problem you are solving.
4+
> 3. A list of issues that are resolved by this PR.
5+
> 4. If you had to perform any manual test, please describe them.
6+
>
7+
> **Make sure you remove this list from the final PR description.**
78
89
Resolves #ISSUE-NUMBER
910

10-
### Related RFC:
11-
12-
<!--
13-
Link to the Tracking RFC issue if this work implements part of an RFC.
14-
-->
15-
Optional #ISSUE-NUMBER.
16-
17-
### Call-outs:
18-
19-
<!--
20-
Address any potentially confusing code. Is there code added that needs to be cleaned up later? Is there code that is missing because it’s still in development?
21-
-->
22-
23-
### Testing:
24-
25-
* How is this change tested?
26-
27-
* Is this a refactor change?
28-
29-
### Checklist
30-
- [ ] Each commit message has a non-empty body, explaining why the change was made
31-
- [ ] Methods or procedures are documented
32-
- [ ] Regression or unit tests are included, or existing tests cover the modified code
33-
- [ ] My PR is restricted to a single feature or bugfix
34-
3511
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

0 commit comments

Comments
 (0)