🔧 Add option for community stack

This commit is contained in:
Tania Allard
2022-02-16 11:51:16 +00:00
parent 2ebea98ec2
commit c498272d1f
2 changed files with 14 additions and 8 deletions

View File

@@ -9,7 +9,8 @@ body:
value: | value: |
Hi! Thanks for using the Jupyter Docker Stacks and taking some time to contribute to this project. Hi! Thanks for using the Jupyter Docker Stacks and taking some time to contribute to this project.
We'd appreciate it if you could check out the [Troubleshooting common problems](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html) section in the documentation. We'd appreciate it if you could check out the [Troubleshooting common problems](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html) section in the documentation,
as well as [existing issues](https://github.com/jupyter/docker-stacks/issues) prior to submitting an issue to avoid duplication.
Please answer the following sections to help us troubleshoot the problem. Please answer the following sections to help us troubleshoot the problem.
@@ -34,6 +35,9 @@ body:
- type: input - type: input
attributes: attributes:
label: OS system you are using label: OS system you are using
placeholder: |
Example:
Linux - Ubuntu
validations: validations:
required: true required: true
@@ -63,7 +67,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: command_output label: command_output
render: sh-session render: bash session
description: | description: |
Provide the output of the steps above, including the commands Provide the output of the steps above, including the commands
themselves and Docker's output/traceback etc. If you're familiar with themselves and Docker's output/traceback etc. If you're familiar with

View File

@@ -6,10 +6,11 @@ title: "[ENH]: <title>"
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: >- value: |
Hi! Thanks for using the Jupyter Docker Stacks and taking some time to contribute to this project. Hi! Thanks for using the Jupyter Docker Stacks and taking some time to contribute to this project.
We'd appreciate it if you could check out the [Suggesting a new feature](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html#suggesting-a-new-feature) section in the documentation for our preferred processes before submitting a feature request. We'd appreciate it if you could check out the [Suggesting a new feature](https://jupyter-docker-stacks.readthedocs.io/en/latest/contributing/features.html#suggesting-a-new-feature)
section in the documentation for our preferred processes before submitting a feature request.
- type: dropdown - type: dropdown
id: docker_images id: docker_images
@@ -26,13 +27,14 @@ body:
- r-notebook - r-notebook
- scipy-notebook - scipy-notebook
- tensorflow-notebook - tensorflow-notebook
- new community stack
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: What changes are you proposing? label: What changes are you proposing?
description: >- description: |
Example: Example:
- Add the [altair](https://altair-viz.github.io) package to the image. - Add the [altair](https://altair-viz.github.io) package to the image.
validations: validations:
@@ -41,11 +43,11 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: How does this affect the user? label: How does this affect the user?
description: >- description: |
Example: Example:
- Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and the source is available on GitHub. - Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and the source is available on GitHub.
- With Altair, you can spend more time understanding your data and its meaning. - With Altair, you can spend more time understanding your data and its meaning.
- Altairs API is simple, friendly and consistent and built on top of the powerful Vega-Lite visualization grammar. - Altair's API is simple, friendly and consistent and built on top of the powerful Vega-Lite visualization grammar.
- This elegant simplicity produces beautiful and effective visualizations with a minimal amount of code. - This elegant simplicity produces beautiful and effective visualizations with a minimal amount of code.
validations: validations:
required: true required: true
@@ -53,7 +55,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Anything else? label: Anything else?
description: >- description: |
Links? References? Anything that will give us more context about the feature you are proposing. Links? References? Anything that will give us more context about the feature you are proposing.
validations: validations:
required: false required: false