-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explain changelog in developer docs (#57)
- Loading branch information
1 parent
db052c6
commit 4bd9b0e
Showing
6 changed files
with
110 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: General question | ||
description: General questions around Vizro | ||
labels: "Status: Needs triage :mag:, Issue: General Question :question:" | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: >- | ||
Hi there! Thank you so much for taking the time to fill in this question form. It will be | ||
a valuable contribution to Vizro. | ||
We'd appreciate it if you could search on Vizro's existing issues prior to filing | ||
a general question to avoid any duplicate tickets, as we have limited maintainer capacity to triage | ||
them. Thanks! | ||
- type: textarea | ||
attributes: | ||
label: Question | ||
description: >- | ||
Please post your question here. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Code/Examples | ||
description: >- | ||
Please post any supporting code around your question here. | ||
- type: textarea | ||
attributes: | ||
label: Other information | ||
description: >- | ||
Please provide any attempts on answering the question, or any related information you already found here. | ||
- type: input | ||
attributes: | ||
label: vizro version | ||
- type: input | ||
attributes: | ||
label: Python version | ||
- type: input | ||
attributes: | ||
label: OS | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Code of Conduct | ||
options: | ||
- label: >- | ||
I agree to follow the [Code of Conduct](https://github.com/mckinsey/vizro/blob/main/CODE_OF_CONDUCT.md). | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
vizro-core/changelog.d/20230925_102333_maximilian_schulz_1073.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- | ||
A new scriv changelog fragment. | ||
Uncomment the section that is right (remove the HTML comment wrapper). | ||
--> | ||
|
||
<!-- | ||
### Removed | ||
- A bullet item for the Removed category. | ||
--> | ||
<!-- | ||
### Added | ||
- A bullet item for the Added category. | ||
--> | ||
<!-- | ||
### Changed | ||
- A bullet item for the Changed category. | ||
--> | ||
<!-- | ||
### Deprecated | ||
- A bullet item for the Deprecated category. | ||
--> | ||
<!-- | ||
### Fixed | ||
- A bullet item for the Fixed category. | ||
--> | ||
<!-- | ||
### Security | ||
- A bullet item for the Security category. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters