From 4dc8a88365927bda5351b15628db1940aadfe982 Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Thu, 17 Jun 2021 12:33:12 -0700 Subject: [PATCH 1/4] Update issue templates --- .github/ISSUE_TEMPLATE/report-a-bug.md | 31 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/suggest-a-feature.md | 23 +++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md create mode 100644 .github/ISSUE_TEMPLATE/suggest-a-feature.md diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 0000000000..3a48fe53a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,31 @@ +--- +name: Report a bug +about: File a bug to help us improve ML.NET +title: '' +labels: '' +assignees: '' + +--- + +**System Information (please complete the following information):** + - OS & Version: [e.g. Windows 10] + - ML.NET Version : [e.g. ML.NET v1.5.5] + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/suggest-a-feature.md b/.github/ISSUE_TEMPLATE/suggest-a-feature.md new file mode 100644 index 0000000000..9e1b474ec0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-a-feature.md @@ -0,0 +1,23 @@ +--- +name: Suggest a feature +about: Suggest a feature or idea for ML.NET +title: '' +labels: '' +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 [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**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. + +**Additional context** +Add any other context or screenshots about the feature request here. From 6a6f2e65e58263401ee6cbcd1fdf9340e45284e0 Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Mon, 21 Jun 2021 10:59:09 -0700 Subject: [PATCH 2/4] add .net version to report a bug --- .github/ISSUE_TEMPLATE/report-a-bug.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 3a48fe53a2..adf76bdddb 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -9,7 +9,8 @@ assignees: '' **System Information (please complete the following information):** - OS & Version: [e.g. Windows 10] - - ML.NET Version : [e.g. ML.NET v1.5.5] + - ML.NET Version: [e.g. ML.NET v1.5.5] + - .NET Version: [e.g. .NET 5.0] **Describe the bug** A clear and concise description of what the bug is. From 4fefd4efb8f06177257842bc852034acf273aaee Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Mon, 21 Jun 2021 11:00:30 -0700 Subject: [PATCH 3/4] add request for code and sample projects in file a bug --- .github/ISSUE_TEMPLATE/report-a-bug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index adf76bdddb..6dc06d443a 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -25,8 +25,8 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +**Screenshots, Code, Sample Projects** +If applicable, add screenshots, code snippets, or sample projects to help explain your problem. **Additional context** Add any other context about the problem here. From 286ef3b873bea86d561040930d691f76cfcc6fdd Mon Sep 17 00:00:00 2001 From: Bri Achtman Date: Mon, 21 Jun 2021 11:01:06 -0700 Subject: [PATCH 4/4] remove extra "additional context" section in suggest a feature --- .github/ISSUE_TEMPLATE/suggest-a-feature.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/suggest-a-feature.md b/.github/ISSUE_TEMPLATE/suggest-a-feature.md index 9e1b474ec0..47b918b43d 100644 --- a/.github/ISSUE_TEMPLATE/suggest-a-feature.md +++ b/.github/ISSUE_TEMPLATE/suggest-a-feature.md @@ -18,6 +18,3 @@ A clear and concise description of any alternative solutions or features you've **Additional context** Add any other context or screenshots about the feature request here. - -**Additional context** -Add any other context or screenshots about the feature request here.