diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f7ad781f3..8a95b7bc3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,21 +12,21 @@ body: options: - bug - batch - - config.writer + - config + - flepiconfig - documentation + - docstring + - duplicate - enhancement - gempyor - good first issue - - help wanted - inference - - invalid + - installation - meta/workflow - operations - performance - post-processing - - question - quick issue - - revisit ASAP - seeding - submission - wontfix diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c6a4cb1ab..1ac8bf159 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,21 +12,21 @@ body: options: - bug - batch - - config.writer + - config + - flepiconfig - documentation + - docstring + - duplicate - enhancement - gempyor - good first issue - - help wanted - inference - - invalid + - installation - meta/workflow - operations - performance - post-processing - - question - quick issue - - revisit ASAP - seeding - submission - wontfix @@ -44,7 +44,7 @@ body: - high priority validations: required: true - + - type: textarea id: description attributes: 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)'