-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1328 from mathbunnyru/asalikhov/modern_issue_temp…
…late Use modern GitHub issue templates
- Loading branch information
Showing
5 changed files
with
62 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: "type:Bug" | ||
assignees: "" | ||
--- | ||
|
||
Hi! Thanks for using the Jupyter Docker Stacks. | ||
|
||
Please answer the questions below to help us troubleshoot the problem. Please be as thorough as possible. | ||
|
||
**What docker image you are using?** | ||
|
||
Example: `jupyter/scipy-notebook` | ||
|
||
**What complete docker command do you run to launch the container (omitting sensitive values)?** | ||
|
||
Example: `docker run -it --rm -p 8888:8888 jupyter/all-spark-notebook:latest` | ||
|
||
**What steps do you take once the container is running to reproduce the issue?** | ||
|
||
Example: | ||
|
||
1. Visit <http://localhost:8888> | ||
2. Start an R notebook | ||
3. ... | ||
|
||
**What do you expect to happen?** | ||
|
||
Example: ggplot output appears in my notebook. | ||
|
||
**What actually happens?** | ||
|
||
Example: No output is visible in the notebook and the notebook server log contains messages about ... |
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,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "type:Enhancement" | ||
assignees: "" | ||
--- | ||
|
||
Hi! Thanks for using the Jupyter Docker Stacks. | ||
|
||
Please see 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. | ||
|
||
**What docker images this feature is applicable to?** | ||
|
||
Example: `jupyter/scipy-notebook` | ||
|
||
**What changes do you propose?** | ||
|
||
Example: Add a package [altair](https://altair-viz.github.io). | ||
|
||
**How does this change will affect users?** | ||
|
||
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. 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 file was deleted.
Oops, something went wrong.
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