Skip to content

Commit 92e7d7f

Browse files
authored
Merge pull request #1632 from trallard/trallard/patch
[ENH] - Fix minor issues with issues forms
2 parents 9ff295e + ef9673f commit 92e7d7f

File tree

4 files changed

+11
-41
lines changed

4 files changed

+11
-41
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body:
6666

6767
- type: textarea
6868
attributes:
69-
label: command_output
69+
label: Command output
7070
render: bash session
7171
description: |
7272
Provide the output of the steps above, including the commands

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: "💬 Jupyter community Discourse"
4-
url: https://discourse.jupyter.org/
5-
about: Interact with the rest of the Jupyter community
6-
- name: "📖 Jupyter Docker Stacks documentation"
3+
- name: "📖 - Jupyter Docker Stacks documentation"
74
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
85
about: Go to the project's documentation
9-
- name: "🔍 Troubleshooting common problems"
6+
- name: "🔍 - Troubleshooting common problems"
107
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html
118
about: Documentation section on troubleshooting commonly encountered errors
9+
- name: "💬 - Jupyter community Discourse"
10+
url: https://discourse.jupyter.org/
11+
about: Interact with the rest of the Jupyter community
1212
- name: "(maintainers only) Blank issue"
1313
url: https://github.com/jupyter/docker-stacks/issues/new
1414
about: For maintainers only

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ body:
3535
attributes:
3636
label: What changes are you proposing?
3737
description: |
38+
Be concise and feel free to add supporting links or references.
39+
placeholder: |
3840
Example:
3941
- Add the [altair](https://altair-viz.github.io) package to the image.
4042
validations:
@@ -44,6 +46,9 @@ body:
4446
attributes:
4547
label: How does this affect the user?
4648
description: |
49+
How will the proposed feature affect the user's workflow?
50+
How will this feature make the image more robust, secure, etc.?
51+
placeholder: |
4752
Example:
4853
- Altair is a declarative statistical visualization library for Python, based on Vega and Vega-Lite, and the source is available on GitHub.
4954
- With Altair, you can spend more time understanding your data and its meaning.

0 commit comments

Comments
 (0)