diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 762b912c5..01893d9ff 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -26,10 +26,17 @@ body: label: Expected behavior description: >- A clear and concise description of what you expected to happen. - + - type: dropdown + attributes: + label: Which package? + options: + - vizro + - vizro-ai + validations: + required: true - type: input attributes: - label: vizro version + label: Package version validations: required: true - type: input diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 099ed5b95..48a68ed70 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -12,7 +12,12 @@ body: We'd appreciate it if you could search on Vizro's existing issues prior to filing a feature request to avoid any duplicate tickets, as we have limited maintainer capacity to triage them. Thanks! - + - type: dropdown + attributes: + label: Which package? + options: + - vizro + - vizro-ai - type: textarea attributes: label: What's the problem this feature will solve? diff --git a/.github/ISSUE_TEMPLATE/general-question.yml b/.github/ISSUE_TEMPLATE/general-question.yml index b313106c7..3c7900225 100644 --- a/.github/ISSUE_TEMPLATE/general-question.yml +++ b/.github/ISSUE_TEMPLATE/general-question.yml @@ -33,9 +33,15 @@ body: description: >- Please provide any attempts on answering the question, or any related information you already found here. + - type: dropdown + attributes: + label: Which package? + options: + - vizro + - vizro-ai - type: input attributes: - label: vizro version + label: Package version - type: input attributes: label: Python version diff --git a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md index f1f65e73c..113a61c21 100644 --- a/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md +++ b/vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md @@ -34,12 +34,11 @@ Uncomment the section that is right (remove the HTML comment wrapper). - A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1)) --> - + + + + + + + + diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index ff922baed..f1deed535 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -22,6 +22,7 @@ dependencies = [ VIZRO_AI_LOG_LEVEL = "DEBUG" [envs.default.scripts] +example = "cd examples; python example.py" lint = "hatch run lint:lint {args:--all-files}" prep-release = [ "hatch version release",