mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Adapt the issue templates
Adapt to feedback comments, and steal (heavily) from the templates in rust-clique/human-panic.
This commit is contained in:
parent
62c7a87118
commit
e14517d562
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -3,23 +3,44 @@ name: Bug report
|
||||
about: Create a report to help us improve
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
<!--
|
||||
Thanks for filing a 🐛 bug report 😄!
|
||||
|
||||
Before you submit, please search open/closed issues before submitting since
|
||||
someone might have asked the same thing before!
|
||||
-->
|
||||
|
||||
<!-- Provide a general summary of the issue in the title above -->
|
||||
|
||||
**Describe the 🐛 bug**
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
<!-- Steps to reproduce the behavior -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
**Current behavior**
|
||||
<!-- A clear and concise description of what currently happens. -->
|
||||
|
||||
**Technical details:**
|
||||
- OS:
|
||||
- Rust Version:
|
||||
- Cargo Version:
|
||||
- Release Channel:
|
||||
**Expected behavior**
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Possible Solution(s)**
|
||||
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
<!-- or ideas how to implement the addition or change -->
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
<!-- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
**Your Environment**
|
||||
<!-- Include as many relevant details about the environment you experienced the bug in -->
|
||||
|
||||
| Software | Version(s) |
|
||||
| ---------------- | ---------- |
|
||||
| OS |
|
||||
| Rust |
|
||||
| Cargo |
|
||||
| Release Channel |
|
||||
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -3,14 +3,25 @@ name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
<!--
|
||||
Thanks for filing a 🙋 feature request 😄!
|
||||
|
||||
Before you submit, please search open/closed issues before submitting since
|
||||
someone might have asked the same thing before!
|
||||
-->
|
||||
|
||||
<!-- Provide a general summary of the issue in the title above -->
|
||||
|
||||
**Describe the 🙋 feature request**
|
||||
<!-- A clear and concise description of what the feature request is. -->
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
<!-- How has this issue affected you? What are you trying to accomplish? -->
|
||||
<!-- Also add any other context or screenshots about the feature request here. -->
|
||||
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user