Skip to content
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 4 additions & 36 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,9 @@
<!--
Thanks for filing an issue 😄 ! Before you submit, please read the following:

- Please search open/closed issues before submitting since someone might have asked the same thing before!
- Note that by making a contribution, you agree to our Developer Certificate of Origin.
-->

**Choose one:** is this a 🐛 bug report, a 🙋 feature request, or a 🔦 question?

<!-- Provide a general summary of the issue in the title above -->

## Expected Behavior

<!-- If you're describing a bug, tell us what should happen -->
<!-- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior
<!-- If describing a bug, tell us what happens instead of the expected behavior -->
<!-- If you are seeing an error, please include the full error message and stack trace -->
<!-- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!-- Not obligatory, but suggest a fix/reason for the bug, -->
<!-- or ideas how to implement the addition or change -->

## Context
<!-- 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 -->

## Code Sample
<!-- If you are seeing an error, please provide a code repository, gist or sample files to reproduce the issue -->
## Summary
Explain what is going on.

## Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->

| Software | Version(s) |
| ---------------- | ---------- |
| Package |
| Runtime |
| Package Manager |
| runtime |
| Rustc |
| Operating System |
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Create a report to help us improve
title: Bug Report:
labels: bug
---
<!--- Provide a general summary of the issue in the Title above -->

## Bug Report

#### Current Behavior
<!--- A clear and concise description of the behavior -->

#### Code/Gist
<!--- Any code, gist links, or repo links you have available that would be helpful for debugging -->


#### Expected behavior/code
<!--- A clear and concise description of what you expected to happen (or code). -->

#### Environment
<!--
- Rust toolchain version(s): [e.g. nightly-2018-10-01-x86_64-apple-darwin]
- OS: [e.g. OSX 10.13.4, Windows 10]
-->
- Rust toolchain version(s):
- OS: [e.g. OSX 10.13.4, Windows 10]

#### Possible Solution
<!--- Only if you have suggestions on a fix for the bug -->

#### Additional context/Screenshots
<!--- Add any other context about the problem here. If applicable, add screenshots to help explain. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Feature Request
about: Suggest an idea for this project
title: Feature Request:
labels: enhancement
---
<!--- Provide a general summary of the issue in the Title above -->

## Feature Request

## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->

## Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Bug Report
about: Create a report to help us improve
title: Question:
labels: question
---
<!--- Provide a general summary of the issue in the Title above -->

## Question

<!--- Provide your detailed question here -->

## Additional context
<!--- Optionally, supply any additional context of what you are trying to do -->

14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)