From a05808a8ee49e4dbf70fd83d70a2106d32521466 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Wed, 14 Nov 2018 19:25:24 +0100 Subject: [PATCH 1/4] Add issue templates Response to the 3rd item at #2819 --- .../ISSUE_TEMPLATE/bug-performance-report.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++ .github/ISSUE_TEMPLATE/other-issues.md | 7 +++++ 5 files changed, 105 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-performance-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other-issues.md diff --git a/.github/ISSUE_TEMPLATE/bug-performance-report.md b/.github/ISSUE_TEMPLATE/bug-performance-report.md new file mode 100644 index 0000000000..64da563473 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-performance-report.md @@ -0,0 +1,28 @@ +--- +name: Bug/Performance report +about: Create a report to help us improve + +--- + +**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. + +**System Information (please complete the following information):** + - OS: [e.g. Windows 10] + - Version: [e.g. 7.14.2] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..d685dd7717 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**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. + +**System Information (please complete the following information):** + - OS: [e.g. Windows 10] + - Version: [e.g. 7.14.2] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..d685dd7717 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**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. + +**System Information (please complete the following information):** + - OS: [e.g. Windows 10] + - Version: [e.g. 7.14.2] + +**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 0000000000..f515242155 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Describe the problem** +A clear and concise description of the problem you're looking to solve. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/other-issues.md b/.github/ISSUE_TEMPLATE/other-issues.md new file mode 100644 index 0000000000..c7d272147c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issues.md @@ -0,0 +1,7 @@ +--- +name: Other issues +about: Use this template for any other issues. + +--- + +This template is for miscellaneous issues not covered by the other issue categories. From a96c67bd45e95b082a14d3746ff437beaf18bf4b Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Wed, 14 Nov 2018 19:30:13 +0100 Subject: [PATCH 2/4] Delete bug-performance-report.md --- .../ISSUE_TEMPLATE/bug-performance-report.md | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-performance-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-performance-report.md b/.github/ISSUE_TEMPLATE/bug-performance-report.md deleted file mode 100644 index 64da563473..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-performance-report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug/Performance report -about: Create a report to help us improve - ---- - -**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. - -**System Information (please complete the following information):** - - OS: [e.g. Windows 10] - - Version: [e.g. 7.14.2] - -**Additional context** -Add any other context about the problem here. From 1e2c5914bae43fd75958e6d89f839bd2a4001bb9 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Wed, 14 Nov 2018 19:30:25 +0100 Subject: [PATCH 3/4] Delete bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index d685dd7717..0000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - -**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. - -**System Information (please complete the following information):** - - OS: [e.g. Windows 10] - - Version: [e.g. 7.14.2] - -**Additional context** -Add any other context about the problem here. From 13716b06fbca7b761d75c7c3fd813c4d0c729066 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Wed, 14 Nov 2018 20:31:42 +0100 Subject: [PATCH 4/4] Simplified the template --- .github/ISSUE_TEMPLATE/bug_report.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d685dd7717..bbb004dbc7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,12 +7,9 @@ about: Create a report to help us improve **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 +**Steps To Reproduce** +1. +2. **Expected behavior** A clear and concise description of what you expected to happen. @@ -21,8 +18,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **System Information (please complete the following information):** - - OS: [e.g. Windows 10] - - Version: [e.g. 7.14.2] + - OS: + - BOINC Version: **Additional context** Add any other context about the problem here.