Skip to content

Commit

Permalink
Small preparations for vizro-ai release (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Schulz <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
maxschulz-COL and pre-commit-ci[bot] authored Jan 4, 2024
1 parent 70de87e commit 256b912
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 7 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/general-question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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))
-->
<!--

### Fixed

- A bullet item for the Fixed 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))
- Fix incompatibility with `pydantic>=2.0.0` ([#189](https://github.com/mckinsey/vizro/pull/189))

-->
<!--
### Security
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Highlights ✨
- A bullet item for the Highlights ✨ 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))
-->
<!--
### Removed
- A bullet item for the Removed 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))
-->
<!--
### Added
- A bullet item for the Added 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))
-->
<!--
### Changed
- A bullet item for the Changed 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))
-->
<!--
### Deprecated
- 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))
-->
<!--
### Fixed
- A bullet item for the Fixed 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))
-->
<!--
### Security
- A bullet item for the Security 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))
-->
1 change: 1 addition & 0 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 256b912

Please sign in to comment.