Skip to content

Commit 9737dfa

Browse files
committed
Addresses feedback on PR template in rust-lang#11
1 parent 0022252 commit 9737dfa

File tree

2 files changed

+31
-50
lines changed

2 files changed

+31
-50
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--- This version of the form is by no means final -->
2+
<!--- Provide a brief summary of your changes in the title above -->
3+
4+
## Description
5+
6+
<!--- Describe your changes in detail -->
7+
8+
## Related Issue
9+
10+
<!--- This project only accepts pull requests related to open issues -->
11+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
12+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
13+
<!--- Please link to the issue here -->
14+
15+
## How This Has Been Tested
16+
17+
<!--- Please describe in detail how you tested your changes. -->
18+
<!--- Include details of your testing environment, and the tests you ran to -->
19+
<!--- see how your change affects other areas of the code, etc -->
20+
21+
## Option\<Breaking Changes\>
22+
23+
<!--- If any breaking changes were made, please explain why they are required -->
24+
<!--- If not, feel free to remove this section altogether -->
25+
26+
## Checklist
27+
28+
<!--- Go over all the following points, and put an `x` in all the boxes that apply -->
29+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
30+
31+
- [ ] I have read the [Contributing Guide](CONTRIBUTING.md)

Diff for: PULL_REQUEST_TEMPLATE.md

-50
This file was deleted.

0 commit comments

Comments
 (0)