diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 59e23ab7da4e..4f51a397cce1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,46 +1,42 @@ - - + + -*BUG TEMPLATE* +*BUG TEMPLATE* - - - - -**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* +*FEATURE REQUEST TEMPLATE* -**What is the expected behavior?** +### What is the expected behavior? --- -*ENHANCEMENT REQUEST TEMPLATE* +*ENHANCEMENT REQUEST TEMPLATE* -**What is the expected enhancement?** +### What is the expected enhancement? diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 803171e1b233..c1324b5b0c98 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -3,31 +3,27 @@ name: 🐛 Bug report about: Create a report to help us improve 🤔. --- - - + + - - - - -**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 diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md index 2de776b5f08b..632ff04dc62b 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST.md @@ -3,9 +3,9 @@ name: 💅 Enhancement request about: Suggest an improvement for this project 🆒! --- - - + + -**What is the expected enhancement?** +### What is the expected enhancement? diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 835344d07f49..52e83493e2e0 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -3,9 +3,9 @@ name: 🚀 Feature request about: Suggest an idea for this project 💡! --- - - + + -**What is the expected behavior?** +### What is the expected behavior? diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 22f6e8f5d93c..385116563420 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,31 +1,18 @@ - + +✅ I have added the tests to cover my changes. +✅ I have updated the documentation accordingly. +✅ I have read the CONTRIBUTING document. +--> -## Motivation and Context - - +### Summary -## How Has This Been Tested? - - - -## Screenshots (if appropriate): -## Types of changes - -- [ ] 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: - - -- [ ] 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. \ No newline at end of file