Skip to content

Commit

Permalink
Merge pull request #1632 from trallard/trallard/patch
Browse files Browse the repository at this point in the history
[ENH] - Fix minor issues with issues forms
  • Loading branch information
mathbunnyru authored Feb 17, 2022
2 parents 9ff295e + ef9673f commit 92e7d7f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 41 deletions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ body:

- type: textarea
attributes:
label: command_output
label: Command output
render: bash session
description: |
Provide the output of the steps above, including the commands
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: "💬 Jupyter community Discourse"
url: https://discourse.jupyter.org/
about: Interact with the rest of the Jupyter community
- name: "📖 Jupyter Docker Stacks documentation"
- name: "📖 - Jupyter Docker Stacks documentation"
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
about: Go to the project's documentation
- name: "🔍 Troubleshooting common problems"
- name: "🔍 - Troubleshooting common problems"
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html
about: Documentation section on troubleshooting commonly encountered errors
- name: "💬 - Jupyter community Discourse"
url: https://discourse.jupyter.org/
about: Interact with the rest of the Jupyter community
- name: "(maintainers only) Blank issue"
url: https://github.com/jupyter/docker-stacks/issues/new
about: For maintainers only
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ body:
attributes:
label: What changes are you proposing?
description: |
Be concise and feel free to add supporting links or references.
placeholder: |
Example:
- Add the [altair](https://altair-viz.github.io) package to the image.
validations:
Expand All @@ -44,6 +46,9 @@ body:
attributes:
label: How does this affect the user?
description: |
How will the proposed feature affect the user's workflow?
How will this feature make the image more robust, secure, etc.?
placeholder: |
Example:
- 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.
Expand Down

0 comments on commit 92e7d7f

Please sign in to comment.