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
28 changes: 12 additions & 16 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,42 @@
<!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->
<!-- ⚠️ 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. -->
*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**
### Informations

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

**What is the current behavior?**
### What is the current behavior?



**Steps to reproduce the problem**
### Steps to reproduce the problem



**What is the expected behavior?**
### What is the expected behavior?



**Suggested solutions**
### Suggested solutions



---

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

**What is the expected behavior?**
### What is the expected behavior?



---

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

**What is the expected enhancement?**
### What is the expected enhancement?


20 changes: 8 additions & 12 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,27 @@ 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 -->
<!-- ⚠️ 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**
### Informations

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

**What is the current behavior?**
### What is the current behavior?



**Steps to reproduce the problem**
### Steps to reproduce the problem



**What is the expected behavior?**
### What is the expected behavior?



**Suggested solutions**
### Suggested solutions


6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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. -->
<!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. -->

**What is the expected enhancement?**
### What is the expected enhancement?


6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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. -->
<!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. -->

**What is the expected behavior?**
### What is the expected behavior?


37 changes: 12 additions & 25 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
<!--- Provide a general summary of your changes in the Title above -->
<!--
⚠️ If you do not respect this template, your pull request will be closed.
⚠️ Your pull request title should be short detailed and understandable for all.
⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
⚠️ If your pull request fixes an open issue, please link to the issue.

## Description
<!--- Describe your changes in detail -->
✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
-->

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

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate):

## 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)
### Details and comments


## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.