From f6caec195de20d48c9a3634edcf5a46ab7ff291e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 3 Dec 2019 12:32:43 -0800 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7b4d9efd..701ff54c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,20 +7,19 @@ assignees: '' --- -**Describe the bug** +## 🐛 Bug A clear and concise description of what the bug is. -**To Reproduce** +## To Reproduce Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +1. +2. +3. -**Expected behavior** +## Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +## Environment If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** @@ -32,5 +31,5 @@ If applicable, add screenshots to help explain your problem. - OS: [e.g. iOS8.1] - Version [e.g. 22] -**Additional context** +## Additional context Add any other context about the problem here. From 89e908dbb315f152ec066bc44f7de852876f2f79 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 3 Dec 2019 12:35:00 -0800 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 11fc491e..be8fea82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,21 @@ assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## 🚀 Feature + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +## Motivation -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + -**Additional context** -Add any other context or screenshots about the feature request here. +## Pitch + + + +## Alternatives + + + +## Additional context + + From 384b2990997df9519221b5cb499fe165ac286bca Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 3 Dec 2019 12:35:57 -0800 Subject: [PATCH 3/4] Update issue templates --- .github/ISSUE_TEMPLATE/--bug-report.md | 35 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/--feature-request.md | 27 ++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/--bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/--feature-request.md diff --git a/.github/ISSUE_TEMPLATE/--bug-report.md b/.github/ISSUE_TEMPLATE/--bug-report.md new file mode 100644 index 00000000..7a589675 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--bug-report.md @@ -0,0 +1,35 @@ +--- +name: "\U0001F41BBug report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## 🐛 Bug +A clear and concise description of what the bug is. + +## To Reproduce +Steps to reproduce the behavior: +1. +2. +3. + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Environment +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhoneXS] + - OS: [e.g. iOS8.1] + - Version [e.g. 22] + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md new file mode 100644 index 00000000..b16020d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F680Feature request" +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +## 🚀 Feature + + +## Motivation + + + +## Pitch + + + +## Alternatives + + + +## Additional context + + From 7bd828859c9b5dba07526829b545aff883489376 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 3 Dec 2019 12:36:26 -0800 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 27 ----------------- 2 files changed, 62 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 701ff54c..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -## 🐛 Bug -A clear and concise description of what the bug is. - -## To Reproduce -Steps to reproduce the behavior: -1. -2. -3. - -## Expected behavior -A clear and concise description of what you expected to happen. - -## Environment -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhoneXS] - - OS: [e.g. iOS8.1] - - Version [e.g. 22] - -## Additional context -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index be8fea82..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -## 🚀 Feature - - -## Motivation - - - -## Pitch - - - -## Alternatives - - - -## Additional context - -