From eddd17904846f3fcabe8ba54ba41ce10f87fec76 Mon Sep 17 00:00:00 2001 From: Tim Standen Date: Thu, 5 Oct 2023 14:09:25 -0700 Subject: [PATCH 1/5] Remove unnecessary horizontal lines --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ------------ .github/ISSUE_TEMPLATE/enhancement_request.md | 6 ------ .github/ISSUE_TEMPLATE/feature_request.md | 8 -------- .github/pull_request_template.md | 10 +--------- 4 files changed, 1 insertion(+), 35 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a81bec509..e2a230687 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,54 +1,42 @@ ---- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' ---- - ### Bug Title: Please provide a CONCISE description of the bug. ---- ### Bug Description: Please provide a DETAILED description of the bug. ---- ### Reproduction Steps: **1.** **2.** If needed, delete if not **3.** If needed, delete if not ---- ### Expected Behavior: What should have happened if the bug didn't occur. ---- ### Actual Behavior: What actually happened, and how it differed from the expected behavior. ---- ### Screenshots (If applicable): If possible, add screenshots to help explain the problem. ---- ### Desktop (please complete the following information): - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] ---- ### 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] ---- ### Additional Context (optional): Add any other context about the problem here. ---- ### Possible Solution (optional): If you have a suggestion on how to fix this bug. diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 0d8d82336..9fd061b04 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,27 +1,21 @@ ---- name: Enhancement request about: Suggest an enhancement for this project title: 'Enhancement: [Your Title Here]' labels: enhancement assignees: '' ---- ### Describe the Current Behavior/Feature: Provide a clear and concise description of the current behavior or feature. ---- ### Proposed Behavior/Feature: A clear and concise description of the enhancement you want. ---- ### Rationale: Please outline why this enhancement is needed and how it will benefit the project. ---- ### Proposed Implementation (if applicable): Provide a detailed low level description of how you propose the enhancement should be implemented. ---- ### Additional context: Add any other context or screenshots about the enhancement request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4bf143ced..32b2c83ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,36 +1,28 @@ ---- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' ---- ### Feature Title: Please provide a CONCISE description of the proposed feature. ---- ### Feature Description: Please provide a DETAILED description of the proposed feature. ---- ### Use Case: Explain when and why this feature would be used. Try to include as much detail as possible. ---- ### Proposed Solution: If you have a solution in mind, please outline it here. ---- ### Alternative Solutions: If there are alternative ways to solve this problem, please list them here. ---- ### Screenshots (if applicable): Include any screenshots that may be helpful. ---- ### Additional Context: Please provide any other information that might be helpful. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 342ef53cc..8bb191a0c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,3 @@ -## CONCISE description of PR (PR Title) - ---- ## This PR: Resolves #(put issue number here to link this PR to it) @@ -8,7 +5,6 @@ Resolves #(put issue number here to link this PR to it) **2.** If needed, delete if not **3.** If needed, delete if not ---- ## The files this PR effects: ### Components @@ -20,20 +16,16 @@ List file names here ### Other Files List file names here ---- ## Screenshots (if applicable): Add any screenshots/videos here. ---- ## Additional Context (optional): Add any other context about the PR here. ---- ## Future Steps/PRs Needed to Finish This Work (optional): Add any other steps/PRs that may be needed to continue this work if this PR is just a step in the right direction. ---- ## Issues needing discussion/feedback (optional): **1.** **2.** If needed, delete if not -**3.** If needed, delete if not \ No newline at end of file +**3.** If needed, delete if not From f62f8c93ed78af5a02f9fb5efb57327846b757a9 Mon Sep 17 00:00:00 2001 From: Tim Standen Date: Thu, 5 Oct 2023 21:01:35 -0700 Subject: [PATCH 2/5] Remove affected files section --- .github/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8bb191a0c..a544086aa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,17 +5,6 @@ Resolves #(put issue number here to link this PR to it) **2.** If needed, delete if not **3.** If needed, delete if not -## The files this PR effects: - -### Components -List file names here - -### Tests -List file names here - -### Other Files -List file names here - ## Screenshots (if applicable): Add any screenshots/videos here. From abcb11557a01c99d346488726cc3603e72ad1cda Mon Sep 17 00:00:00 2001 From: Tim Standen Date: Thu, 5 Oct 2023 21:03:52 -0700 Subject: [PATCH 3/5] Remove the Desktop / Smartphone section from bug reports --- .github/ISSUE_TEMPLATE/bug_report.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e2a230687..4695f4ad5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,17 +24,6 @@ What actually happened, and how it differed from the expected behavior. ### Screenshots (If applicable): If possible, add screenshots to help explain the problem. -### Desktop (please complete the following information): - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -### 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] - ### Additional Context (optional): Add any other context about the problem here. From ab4664392abbd49224c0c6328a016641dcdd2ae1 Mon Sep 17 00:00:00 2001 From: Tim Standen Date: Sat, 14 Oct 2023 14:54:16 -0700 Subject: [PATCH 4/5] remove actual behavior section --- .github/ISSUE_TEMPLATE/bug_report.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4695f4ad5..5bdd6b3ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,9 +18,6 @@ Please provide a DETAILED description of the bug. ### Expected Behavior: What should have happened if the bug didn't occur. -### Actual Behavior: -What actually happened, and how it differed from the expected behavior. - ### Screenshots (If applicable): If possible, add screenshots to help explain the problem. From 9b62803bfd9a597c789d48157b3aecaeac8dc060 Mon Sep 17 00:00:00 2001 From: Tim Standen Date: Sat, 14 Oct 2023 14:55:42 -0700 Subject: [PATCH 5/5] respond to Jared's request --- .github/ISSUE_TEMPLATE/bug_report.md | 3 --- .github/ISSUE_TEMPLATE/feature_request.md | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5bdd6b3ce..211002ff3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,9 +4,6 @@ title: '' labels: '' assignees: '' -### Bug Title: -Please provide a CONCISE description of the bug. - ### Bug Description: Please provide a DETAILED description of the bug. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 32b2c83ce..736bd69e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,11 +4,6 @@ title: '' labels: '' assignees: '' - - -### Feature Title: -Please provide a CONCISE description of the proposed feature. - ### Feature Description: Please provide a DETAILED description of the proposed feature.