From 3fc7de3771c773a84c1177ff50bb1d8e164adc95 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:18:06 -0500 Subject: [PATCH 01/11] Deleting defect_report.md. --- .github/ISSUE_TEMPLATE/defect-report.md | 37 ------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/defect-report.md diff --git a/.github/ISSUE_TEMPLATE/defect-report.md b/.github/ISSUE_TEMPLATE/defect-report.md deleted file mode 100644 index e790a539..00000000 --- a/.github/ISSUE_TEMPLATE/defect-report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Defect report -about: Create an issue for an observed defect. -title: '' -labels: '> defect', '(1) under review' -assignees: adamjstone - ---- - -**Overview** - -REPLACE-ME - -**Reproduction steps** - -Follow the instructions below, in order, to reproduce the observed behavior. - -1. REPLACE-ME -2. -3. - -**Observed (defective) behavior** - -REPLACE-ME - -**Expected (correct) behavior** - -REPLACE-ME - -**System information** - -* Processor architecture: REPLACE-ME -* Operating system: REPLACE-ME - -**Additional information** - -REPLACE-ME From 9025546144d94b56ffd757f02233243c0777d2ef Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:33:54 -0500 Subject: [PATCH 02/11] Updating the bug report issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 56 ++++++++++++++-------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea78..92b6f18b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,38 +1,40 @@ --- -name: Bug report -about: Create a report to help us improve +name: Defect report +about: Create an issue to report an observed defect. title: '' -labels: '' -assignees: '' +labels: 'Category-Defect', 'Stage0-New' +assignees: adamjstone --- -**Describe the bug** -A clear and concise description of what the bug is. +# Defect Report -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +### Overview -**Expected behavior** -A clear and concise description of what you expected to happen. +Replace this with a clear, consise description of the problem. -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Reproduction steps -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] +Follow the instructions below, in order, to reproduce the observed behavior. -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] +1. Briefly state the first step. +2. And the second step. +3. And so on... -**Additional context** -Add any other context about the problem here. +### Observed (defective) behavior + +Explain what went wrong. + +### Expected (correct) behavior + +Describe what should have happened. + +### System information + +* Solid Instruments version: [eg. v1.0.0] +* Processor architecture: [eg. x64] +* Operating system: [eg. Windows Server 2016] + +### Additional information + +Provide any other information that might be relevant. From 0dfa4f565c4ca573aa007809b240e1a984c75017 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:35:14 -0500 Subject: [PATCH 03/11] Fixing the bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 92b6f18b..0e7723c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,9 +2,8 @@ name: Defect report about: Create an issue to report an observed defect. title: '' -labels: 'Category-Defect', 'Stage0-New' +labels: 'Category-Defect, Stage0-New' assignees: adamjstone - --- # Defect Report From a5672639d2b24bfcb53fbb2e9f53835c92c364eb Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:39:13 -0500 Subject: [PATCH 04/11] Updating the feature request issue template. --- .github/ISSUE_TEMPLATE/feature_request.md | 29 +++++++++++++---------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..7df5ad9e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,25 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest a new feature. title: '' -labels: '' -assignees: '' - +labels: 'Category-Feature, Stage0-New' +assignees: adamjstone --- -**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 Request + +### Overview + +Replace this with a clear, consise description of the desired functionality. + +### Statement of work + +The following list describes the work to be done and defines acceptance criteria for the feature. -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +1. Briefly describe the first requirement. +2. And the second requirement. +3. And so on... -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +### Additional information -**Additional context** -Add any other context or screenshots about the feature request here. +Provide any other information that might be relevant. From befabb2a4da7b72816509fefa2c0e4f9dc85745e Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:44:48 -0500 Subject: [PATCH 05/11] Updating the pull request template. --- PULL_REQUEST_TEMPLATE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 2aa21b64..39862dad 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,9 @@ Copyright (c) RapidField LLC. Licensed under the MIT License. See LICENSE.txt in ![Solid Instruments logo](SolidInstruments.Logo.Color.Transparent.500w.png) - - - -## Overview +## Pull request + +#### Overview This pull request addresses issue # @@ -15,7 +17,7 @@ Here is an overview of the changes that were made. 2. 3. -## Readiness checklist +#### Readiness checklist This pull request is in compliance with the readiness requirements listed below. @@ -25,4 +27,3 @@ This pull request is in compliance with the readiness requirements listed below. - [ ] All unit tests are passing. - [ ] Thorough source documentation accompanies all code additions and modifications. - [ ] Styling guidelines were followed. -- [x] I didn't read this checklist (uncheck this). From eb68c9d28129d21839dc56ae196a64c859fcce94 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:46:10 -0500 Subject: [PATCH 06/11] Updating the pull request template. --- PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 39862dad..7490f994 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,9 @@ Copyright (c) RapidField LLC. Licensed under the MIT License. See LICENSE.txt in ![Solid Instruments logo](SolidInstruments.Logo.Color.Transparent.500w.png) - - - -## Pull request +## Pull Request -#### Overview +### Overview This pull request addresses issue # @@ -17,7 +17,7 @@ Here is an overview of the changes that were made. 2. 3. -#### Readiness checklist +### Readiness Checklist This pull request is in compliance with the readiness requirements listed below. From a13f4da877cf3d823d1f914e05e941b90793ef8a Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:49:01 -0500 Subject: [PATCH 07/11] Updating the defect report issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e7723c9..b02123fe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,8 +5,14 @@ title: '' labels: 'Category-Defect, Stage0-New' assignees: adamjstone --- + -# Defect Report +![Solid Instruments logo](../../SolidInstruments.Logo.Color.Transparent.500w.png) +- - - + +## Defect Report ### Overview From ce453160f19494bf5894254c4716029faee6aefc Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Wed, 17 Jul 2019 20:50:53 -0500 Subject: [PATCH 08/11] Updating the feature request template. --- .github/ISSUE_TEMPLATE/feature_request.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 7df5ad9e..191e28a6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,14 +5,20 @@ title: '' labels: 'Category-Feature, Stage0-New' assignees: adamjstone --- + -# Feature Request +![Solid Instruments logo](../../SolidInstruments.Logo.Color.Transparent.500w.png) +- - - + +## Feature Request ### Overview Replace this with a clear, consise description of the desired functionality. -### Statement of work +### Statement of Work The following list describes the work to be done and defines acceptance criteria for the feature. @@ -20,6 +26,6 @@ The following list describes the work to be done and defines acceptance criteria 2. And the second requirement. 3. And so on... -### Additional information +### Additional Information Provide any other information that might be relevant. From 9c4fbfa19f5acf8366df08d815df68464f1c9834 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Thu, 18 Jul 2019 17:14:12 -0500 Subject: [PATCH 09/11] Minor changes to the defect report issue template. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b02123fe..745686f9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -5,12 +5,6 @@ title: '' labels: 'Category-Defect, Stage0-New' assignees: adamjstone --- - - -![Solid Instruments logo](../../SolidInstruments.Logo.Color.Transparent.500w.png) -- - - ## Defect Report From aa15bd8fd1045f088811bdaaecfa8ded8c46df54 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Thu, 18 Jul 2019 17:15:01 -0500 Subject: [PATCH 10/11] Minor changes to the feature request template. --- .github/ISSUE_TEMPLATE/feature_request.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 191e28a6..0fd1b64a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,12 +5,6 @@ title: '' labels: 'Category-Feature, Stage0-New' assignees: adamjstone --- - - -![Solid Instruments logo](../../SolidInstruments.Logo.Color.Transparent.500w.png) -- - - ## Feature Request From d162efeecea626db21355f60cda62a36717776d9 Mon Sep 17 00:00:00 2001 From: Adam Stone <8525409+adamjstone@users.noreply.github.com> Date: Thu, 18 Jul 2019 17:15:48 -0500 Subject: [PATCH 11/11] Minor changes to the pull request template. --- PULL_REQUEST_TEMPLATE.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7490f994..c2ce2f24 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,3 @@ - - -![Solid Instruments logo](SolidInstruments.Logo.Color.Transparent.500w.png) -- - - - ## Pull Request ### Overview