From 5b1363c0aff31a6c0d87b7104b7fc8e345dff688 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Wed, 10 Jan 2024 16:52:27 -0800 Subject: [PATCH] Remove `Upstream` issue references, as with Atom down, there is no upstream to refer to anymore --- .github/ISSUE_TEMPLATE/bug-report.md | 5 ----- .github/ISSUE_TEMPLATE/feature-request.md | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f5289da7..0a983b85 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,11 +6,6 @@ labels: bug assignees: '' --- -**Is this Bug Present in the upstream API Server?** -- [ ] Yes -- [ ] No -- [ ] Unsure - **What is the Bug** A clear and concise description of the problem at hand. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 63b87960..fb808994 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -7,10 +7,6 @@ assignees: '' --- -**Is this feature Currently Implemented in any way with the upstream API Server** -- [ ] Yes -- [ ] No - **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 [...]