From 40903636284f46198725f64c1d523d7333d7b86c Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Mon, 24 Jun 2024 13:43:19 -0700 Subject: [PATCH] Add front-matter for triage label to new issues --- .github/ISSUE_TEMPLATE.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 11028870d5..6e3e327572 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ +--- +labels: triage +--- + # Required: ------------ [ ] I believe this isn't a duplicate topic diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bb09ca8d9e..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest a new feature for OpenTimelineio -title: '' -labels: '' -assignees: '' - ---- - -## Feature Request - -Is this a New Feature, or a Proposed Change to existing Behavior? - -## Description - -Describe the new feature, or describe the modification to existing behavior, and provide context as necessary to help with understanding how the feature relates to a workflow or functionality. - -## Context - -Add any other context here, such as simulated output, or screenshots, that might help clarify the request.