From 03f3770eff931bf9ff85eccc8dbe095ac3ee8e3b Mon Sep 17 00:00:00 2001 From: Niranjan Pradeep <41563608+pradeepnschrodinger@users.noreply.github.com> Date: Mon, 16 Nov 2020 14:34:27 +0530 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/issue-template.md | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 00000000..a34b31ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -0,0 +1,37 @@ +--- +name: Issue Template +about: Template for issues +title: '' +labels: '' +assignees: '' + +--- + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + + + +## Your Environment + +* Version used: +* Browser Name and version: +* Operating System and version (desktop or mobile): +* Link to your project: From 870f29adf7ac2f5f0259a214200610c12558db08 Mon Sep 17 00:00:00 2001 From: pradeepnschrodinger Date: Mon, 23 Nov 2020 10:47:26 +0000 Subject: [PATCH 2/3] rename bug report, and add feature request --- .github/ISSUE_TEMPLATE.md | 28 -------------- .../{issue-template.md => bug-report.md} | 8 ++-- .github/ISSUE_TEMPLATE/feature-request.md | 38 +++++++++++++++++++ 3 files changed, 43 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md rename .github/ISSUE_TEMPLATE/{issue-template.md => bug-report.md} (79%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index c61b899d..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - - -## Expected Behavior - - - -## Current Behavior - - - -## Possible Solution - - - -## Steps to Reproduce (for bugs) - - - - -## Your Environment - -* Version used: -* Browser Name and version: -* Operating System and version (desktop or mobile): -* Link to your project: diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 79% rename from .github/ISSUE_TEMPLATE/issue-template.md rename to .github/ISSUE_TEMPLATE/bug-report.md index a34b31ab..6a2ecbba 100644 --- a/.github/ISSUE_TEMPLATE/issue-template.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- -name: Issue Template -about: Template for issues +name: Bug Reports +about: File a bug report or ask doubts title: '' labels: '' assignees: '' @@ -23,7 +23,9 @@ assignees: '' ## Steps to Reproduce (for bugs) - diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..e2cd5631 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,38 @@ +--- +name: Feature Requests +about: Suggest an improvement or idea +title: '' +labels: '' +assignees: '' + +--- + + + +## Description + + +## Motivation and Context + + + +## 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) + +## 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. From f7043a614cee85480cf1d4bf509800aa8db793ef Mon Sep 17 00:00:00 2001 From: pradeepnschrodinger Date: Mon, 23 Nov 2020 10:51:15 +0000 Subject: [PATCH 3/3] remove feature request --- .github/ISSUE_TEMPLATE/feature-request.md | 38 ----------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index e2cd5631..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Feature Requests -about: Suggest an improvement or idea -title: '' -labels: '' -assignees: '' - ---- - - - -## Description - - -## Motivation and Context - - - -## 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) - -## 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.