Skip to content
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
77 changes: 46 additions & 31 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,46 @@
<!--- 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 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 -->

## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

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

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. Python 3.6.1):
* Operating System and version:
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->

*BUG TEMPLATE* <!-- Delete this header from your issue. -->

<!-- ⚠️ Before writing your issue make sure you are using: -->
<!-- QISKit-sdk-py ^0.5.x -->
<!-- Python ^3.5.x. -->

**Informations**

- **QISKit (Python SDK) version**:
- **Python version**:
- **Operating system**:

**What is the current behavior?**



**Steps to reproduce the problem**



**What is the expected behavior?**



**Suggested solutions**



---

*FEATURE REQUEST TEMPLATE* <!-- Delete this header from your issue. -->

**What is the expected behavior?**



---

*ENHANCEMENT REQUEST TEMPLATE* <!-- Delete this header from your issue. -->

**What is the expected enhancement?**


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 🤔.
---

<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->

<!-- ⚠️ Before writing your issue make sure you are using: -->
<!-- QISKit-sdk-py ^0.5.x -->
<!-- Python ^3.5.x. -->

**Informations**

- **QISKit (Python SDK) version**:
- **Operating system**:
- **Python version**:

**What is the current behavior?**



**Steps to reproduce the problem**



**What is the expected behavior?**



**Suggested solutions**


11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 💅 Enhancement request
about: Suggest an improvement for this project 🆒!
---

<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues and confirm this idea does not exist in previous issues. -->

**What is the expected enhancement?**


11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: 🚀 Feature request
about: Suggest an idea for this project 💡!
---

<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues and confirm this idea does not exist in previous issues. -->

**What is the expected behavior?**