From a8103ed9def6e793fab78787ec062b7e69943265 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:24:27 -0400 Subject: [PATCH 1/9] Delete .github/labeler.yml Deleting the auto-labeler configuration file --- .github/labeler.yml | 46 --------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index cd12dcde7..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,46 +0,0 @@ -batch: - - '(batch)' -bug: - - '(bug)' -config.writer: - - '(config.writer)' -documentation: - - '(documentation)' -enhancement: - - '(enhancement)' -gempyor: - - '(gempyor)' -good first issue: - - '(good first issue)' -help wanted: - - '(help wanted)' -high priority: - - '(high priority)' -inference: - - '(inference)' -invalid: - - '(invalid)' -low priority: - - '(low priority)' -medium priority: - - '(medium priority)' -meta/workflow: - - '(meta|workflow)' -operations: - - '(operations)' -performance: - - '(performance)' -post-processing: - - '(post-processing)' -question: - - '(question)' -quick issue: - - '(quick issue)' -revisit ASAP: - - '(revisit ASAP)' -seeding: - - '(seeding)' -submission: - - '(submission)' -wontfix: - - '(wontfix)' From 41a5e625dfdc30a72475e8c2e6d0112ec0372003 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:26:33 -0400 Subject: [PATCH 2/9] Update bug_report.yml Removing dropdowns for issue labels and priority labels. --- .github/ISSUE_TEMPLATE/bug_report.yml | 41 --------------------------- 1 file changed, 41 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f7ad781f3..1b85f90e6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,47 +3,6 @@ description: File a bug report title: "[Bug]: " body: - - type: dropdown - id: label - attributes: - label: Label - description: Which label(s) describe this issue? - multiple: true - options: - - bug - - batch - - config.writer - - documentation - - enhancement - - gempyor - - good first issue - - help wanted - - inference - - invalid - - meta/workflow - - operations - - performance - - post-processing - - question - - quick issue - - revisit ASAP - - seeding - - submission - - wontfix - validations: - required: true - - - type: dropdown - id: priority - attributes: - label: Priority Label - description: What priority level is this issue? - options: - - low priority - - medium priority - - high priority - validations: - required: true - type: textarea id: what-happened From e824a5a4425a21f289de4c883264fbc7a1a6f60d Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:28:01 -0400 Subject: [PATCH 3/9] Update feature_request.yml Removing dropdowns for issue labels and priority labels. --- .github/ISSUE_TEMPLATE/feature_request.yml | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c6a4cb1ab..4528a9a77 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,48 +3,7 @@ description: File a feature request title: "[Feature request]: " body: - - type: dropdown - id: label - attributes: - label: Label - description: Which label(s) describe this issue? - multiple: true - options: - - bug - - batch - - config.writer - - documentation - - enhancement - - gempyor - - good first issue - - help wanted - - inference - - invalid - - meta/workflow - - operations - - performance - - post-processing - - question - - quick issue - - revisit ASAP - - seeding - - submission - - wontfix - validations: - required: true - - type: dropdown - id: priority - attributes: - label: Priority Label - description: What priority level is this issue? - options: - - low priority - - medium priority - - high priority - validations: - required: true - - type: textarea id: description attributes: From fe9c76413b13349fa4b10543b7bb4f3602f6bc07 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:21:48 -0400 Subject: [PATCH 4/9] Update bug_report.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bringing back the drop downs! 🥳 --- .github/ISSUE_TEMPLATE/bug_report.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1b85f90e6..0b2e663d9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,6 +3,46 @@ description: File a bug report title: "[Bug]: " body: + - type: dropdown + id: label + attributes: + label: Label + description: Which label(s) describe this issue? + multiple: true + options: + - bug + - batch + - flepiconfig + - documentation + - docstring + - duplicate + - enhancement + - gempyor + - good first issue + - inference + - installation + - meta/workflow + - operations + - performance + - post-processing + - quick issue + - seeding + - submission + - wontfix + validations: + required: true + + - type: dropdown + id: priority + attributes: + label: Priority Label + description: What priority level is this issue? + options: + - low priority + - medium priority + - high priority + validations: + required: true - type: textarea id: what-happened From a7c6542df105c35da2a0f9d527d7e2809eeee3a2 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:22:45 -0400 Subject: [PATCH 5/9] Update feature_request.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bringing back the drop downs! 🥳 --- .github/ISSUE_TEMPLATE/feature_request.yml | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4528a9a77..3abb51145 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,6 +4,47 @@ title: "[Feature request]: " body: + - type: dropdown + id: label + attributes: + label: Label + description: Which label(s) describe this issue? + multiple: true + options: + - bug + - batch + - flepiconfig + - documentation + - docstring + - duplicate + - enhancement + - gempyor + - good first issue + - inference + - installation + - meta/workflow + - operations + - performance + - post-processing + - quick issue + - seeding + - submission + - wontfix + validations: + required: true + + - type: dropdown + id: priority + attributes: + label: Priority Label + description: What priority level is this issue? + options: + - low priority + - medium priority + - high priority + validations: + required: true + - type: textarea id: description attributes: From 3bac0d269fe32699c3e4785274f872b058fa3990 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:26:12 -0400 Subject: [PATCH 6/9] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3abb51145..ac67bc3a5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -3,7 +3,6 @@ description: File a feature request title: "[Feature request]: " body: - - type: dropdown id: label attributes: @@ -13,7 +12,7 @@ body: options: - bug - batch - - flepiconfig + - config - documentation - docstring - duplicate From 849c04700857b8215cb20ff5ed6ec773d20913ff Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:26:36 -0400 Subject: [PATCH 7/9] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0b2e663d9..4f816b3a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: options: - bug - batch - - flepiconfig + - config - documentation - docstring - duplicate From 1f0bcdb5c2d9646cad8c6efc95ab4453b28c39ab Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:40:52 -0400 Subject: [PATCH 8/9] Update bug_report.yml Adding a `flepiconfig` label (in addition to just `config`) --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4f816b3a5..8a95b7bc3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,7 @@ body: - bug - batch - config + - flepiconfig - documentation - docstring - duplicate From 7f91b24add7aff8e6fc2b9ab4227dd67c0e15218 Mon Sep 17 00:00:00 2001 From: Emily Przykucki <100221052+emprzy@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:41:08 -0400 Subject: [PATCH 9/9] Update feature_request.yml Adding a `flepiconfig` label (in addition to just `config`) --- .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ac67bc3a5..1ac8bf159 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -13,6 +13,7 @@ body: - bug - batch - config + - flepiconfig - documentation - docstring - duplicate