Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.

Commit 1e81d67

Browse files
authored
Add github templates (#4)
* github templates Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * github templates Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * pr template Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com> * patch templates Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent c50e260 commit 1e81d67

File tree

5 files changed

+85
-36
lines changed

5 files changed

+85
-36
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,9 @@
1-
<!--
2-
Thanks for filing an issue 😄 ! Before you submit, please read the following:
3-
4-
- Please search open/closed issues before submitting since someone might have asked the same thing before!
5-
- Note that by making a contribution, you agree to our Developer Certificate of Origin.
6-
-->
7-
8-
**Choose one:** is this a 🐛 bug report, a 🙋 feature request, or a 🔦 question?
9-
10-
<!-- Provide a general summary of the issue in the title above -->
11-
12-
## Expected Behavior
13-
14-
<!-- If you're describing a bug, tell us what should happen -->
15-
<!-- If you're suggesting a change/improvement, tell us how it should work -->
16-
17-
## Current Behavior
18-
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
19-
<!-- If you are seeing an error, please include the full error message and stack trace -->
20-
<!-- If suggesting a change/improvement, explain the difference from current behavior -->
21-
22-
## Possible Solution
23-
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
24-
<!-- or ideas how to implement the addition or change -->
25-
26-
## Context
27-
<!-- How has this issue affected you? What are you trying to accomplish? -->
28-
<!-- Providing context helps us come up with a solution that is most useful in the real world -->
29-
30-
## Code Sample
31-
<!-- If you are seeing an error, please provide a code repository, gist or sample files to reproduce the issue -->
1+
## Summary
2+
Explain what is going on.
323

334
## Your Environment
34-
<!-- Include as many relevant details about the environment you experienced the bug in -->
35-
365
| Software | Version(s) |
376
| ---------------- | ---------- |
38-
| Package |
39-
| Runtime |
40-
| Package Manager |
7+
| runtime |
8+
| Rustc |
419
| Operating System |

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: Bug Report:
5+
labels: bug
6+
---
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Bug Report
10+
11+
#### Current Behavior
12+
<!--- A clear and concise description of the behavior -->
13+
14+
#### Code/Gist
15+
<!--- Any code, gist links, or repo links you have available that would be helpful for debugging -->
16+
17+
18+
#### Expected behavior/code
19+
<!--- A clear and concise description of what you expected to happen (or code). -->
20+
21+
#### Environment
22+
<!--
23+
- Rust toolchain version(s): [e.g. nightly-2018-10-01-x86_64-apple-darwin]
24+
- OS: [e.g. OSX 10.13.4, Windows 10]
25+
-->
26+
- Rust toolchain version(s):
27+
- OS: [e.g. OSX 10.13.4, Windows 10]
28+
29+
#### Possible Solution
30+
<!--- Only if you have suggestions on a fix for the bug -->
31+
32+
#### Additional context/Screenshots
33+
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain. -->
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
title: Feature Request:
5+
labels: enhancement
6+
---
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Feature Request
10+
11+
## Detailed Description
12+
<!--- Provide a detailed description of the change or addition you are proposing -->
13+
14+
## Context
15+
<!--- Why is this change important to you? How would you use it? -->
16+
<!--- How can it benefit other users? -->
17+
18+
## Possible Implementation
19+
<!--- Not obligatory, but suggest an idea for implementing addition or change -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us improve
4+
title: Question:
5+
labels: question
6+
---
7+
<!--- Provide a general summary of the issue in the Title above -->
8+
9+
## Question
10+
11+
<!--- Provide your detailed question here -->
12+
13+
## Additional context
14+
<!--- Optionally, supply any additional context of what you are trying to do -->
15+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes an open issue, please link to the issue here. -->
9+
10+
## Types of changes
11+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

0 commit comments

Comments
 (0)